Skip to content

Commit

Permalink
Merge pull request #1 from shanmukhi-developer/update-game
Browse files Browse the repository at this point in the history
Update the game over message
  • Loading branch information
shanmukhi-developer authored Jan 19, 2024
2 parents 6d40908 + 72e8bd0 commit 6c72195
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ <h1>Tic Tac Toe</h1>
</tr>
</table>

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

<script>
// Initialization
Expand Down

0 comments on commit 6c72195

Please sign in to comment.