Skip to content

Commit

Permalink
Merge pull request #1 from hzjadoon/update-game
Browse files Browse the repository at this point in the history
Update the game over message
  • Loading branch information
hzjadoon authored Feb 4, 2024
2 parents ed2eedb + 38d7d08 commit 9f6a33b
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 @@ -45,9 +45,10 @@ <h1>Tic Tac Toe</h1>
<td><input type="checkbox" /></td>
<td><input type="checkbox" /></td>
</tr>
Hello Programmers & Microsoft
</table>

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

<script>
// Initialization
Expand Down

0 comments on commit 9f6a33b

Please sign in to comment.