GarGerry commited on
Commit
72cf320
·
verified ·
1 Parent(s): d93db1d

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -27,7 +27,7 @@
27
  <div id="ball" class="ball"></div>
28
 
29
  <!-- Game Over -->
30
- <div id="game-over" class="game-over">
31
  <h2>Game Over!</h2>
32
  <p>Your Score: <span id="final-score">0</span></p>
33
  <button id="restart-btn" onclick="restartGame()">Restart</button>
 
27
  <div id="ball" class="ball"></div>
28
 
29
  <!-- Game Over -->
30
+ <div id="game-over" class="game-over" style="display: none;">
31
  <h2>Game Over!</h2>
32
  <p>Your Score: <span id="final-score">0</span></p>
33
  <button id="restart-btn" onclick="restartGame()">Restart</button>