Rename index.html to game.html
Browse files- index.html → game.html +1 -1
index.html → game.html
RENAMED
|
@@ -162,7 +162,7 @@ function hitBomb (player, bomb)
|
|
| 162 |
}
|
| 163 |
</script>
|
| 164 |
<div>
|
| 165 |
-
<p id="my_score"></p>
|
| 166 |
</div>
|
| 167 |
</body>
|
| 168 |
</html>
|
|
|
|
| 162 |
}
|
| 163 |
</script>
|
| 164 |
<div>
|
| 165 |
+
<p hidden id="my_score"></p>
|
| 166 |
</div>
|
| 167 |
</body>
|
| 168 |
</html>
|