Skip to content

Commit 2de91bb

Browse files
committed
- fix broken closing tag
1 parent a9c6de0 commit 2de91bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

games/stack_tower.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ <h1>STACK TOWER</h1>
219219
<div class="modal" id="gameOver" style="display:none">
220220
<h1>Game Over!</h1>
221221
<p>Your Score: <span id="finalScore">0</span></p>
222-
<button class="btn" onclick="game.restart()">PLAY AGAIN</button
222+
<button class="btn" onclick="game.restart()">PLAY AGAIN</button>
223223
</div>
224224
<div class="perfect" id="perfectText">PERFECT!</div>
225225
<div class="combo" id="comboText">Combo x<span id="comboCount">2</span></div>

0 commit comments

Comments
 (0)