Skip to content

Commit

Permalink
text changed
Browse files Browse the repository at this point in the history
  • Loading branch information
madbag committed Aug 24, 2023
1 parent d8180b1 commit f874259
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 5 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,16 @@

<body>
<div class="game-screen">
<div class="startgame">

</div>
<div class="main">

<h1><iframe src="https://giphy.com/embed/26DNj3iQi58mrvTDW" frameBorder="0" class="giphy-embed"></iframe>FIGHT THE FIRE
<iframe src="https://giphy.com/embed/26DNj3iQi58mrvTDW" frameBorder="0" class="giphy-embed"></iframe></h1>

<div>
<h2 id="score">Score: 0</h2>
<h2 id="score">Trees saved: 0</h2>
<h2 id ="timeLeft">Time Left: 30</h2>
</div>
<div>
Expand All @@ -40,7 +43,7 @@ <h2 id ="timeLeft">Time Left: 30</h2>
<!-- Information End Page -->
<div class = "game-message">
<iframe src="https://giphy.com/embed/U4LpAIdyKoDC0ICxYW" frameBorder="0" class="giphy-embed" allowFullScreen></iframe>
<h2 id="score">Score: <span id="finalScore"></span> </h2>
<h2 id="score">Trees saved: <span id="finalScore"></span> </h2>
<h1>Hooray! <br/>
Your effort made a difference!</h1>
</div>
Expand Down
2 changes: 0 additions & 2 deletions scripts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,4 @@ window.onload = function () {
function restartGame() {
location.reload();
}


};

0 comments on commit f874259

Please sign in to comment.