Skip to content

Commit

Permalink
Merge pull request #1 from teaganabritten/update-game
Browse files Browse the repository at this point in the history
Update the game over message
  • Loading branch information
teaganabritten authored Sep 12, 2024
2 parents 85c2617 + b039701 commit 11da843
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ <h1>Tic Tac Toe</h1>
<td><input type="checkbox" /></td>
<td><input type="checkbox" /></td>
<td><input type="checkbox" /></td>
</tr>
</tr> 5
</table>

<h2 hidden>Game over</h2>
<h2 hidden>Game over, refresh to play again 🧑‍💻 🤖!</h2>

<script>
// Initialization
Expand Down

0 comments on commit 11da843

Please sign in to comment.