Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Update the game over message to be a little more friendly.
  • Loading branch information
vudu13 authored Oct 22, 2024
1 parent 2439c09 commit cf6c3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h1>Tic Tac Toe</h1>
</tr>
</table>

<h2 hidden>Game over, refresh to play again πŸ§‘β€πŸ’» πŸ€–!</h2>
<h2 hidden>Game over! No worries, just refresh to play again πŸ§‘β€πŸ’» πŸ€–!</h2>

<script>
// Initialization
Expand Down

0 comments on commit cf6c3ba

Please sign in to comment.