Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -194,7 +194,7 @@ function hitBomb (player, bomb)
|
|
| 194 |
</script>
|
| 195 |
</div>
|
| 196 |
<div>
|
| 197 |
-
<p id="my_score"></p>
|
| 198 |
</div>
|
| 199 |
</body>
|
| 200 |
</html>
|
|
|
|
| 194 |
</script>
|
| 195 |
</div>
|
| 196 |
<div>
|
| 197 |
+
<p hidden id="my_score"></p>
|
| 198 |
</div>
|
| 199 |
</body>
|
| 200 |
</html>
|