From f874259424563de598066f749d671a618c1a0a0b Mon Sep 17 00:00:00 2001 From: Madhushree B Date: Thu, 24 Aug 2023 20:42:54 +0200 Subject: [PATCH] text changed --- index.html | 7 +++++-- scripts/index.js | 2 -- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index b6c3dd4..557fd53 100644 --- a/index.html +++ b/index.html @@ -9,13 +9,16 @@
+
+ +

FIGHT THE FIRE

-

Score: 0

+

Trees saved: 0

Time Left: 30

@@ -40,7 +43,7 @@

Time Left: 30

-

Score:

+

Trees saved:

Hooray!
Your effort made a difference!

diff --git a/scripts/index.js b/scripts/index.js index eef260e..9774c6a 100644 --- a/scripts/index.js +++ b/scripts/index.js @@ -16,6 +16,4 @@ window.onload = function () { function restartGame() { location.reload(); } - - };