Update index.html
Browse files- 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>
|