Skip to content

Commit

Permalink
Merge pull request #1 from yashsaraswat2004/update-game
Browse files Browse the repository at this point in the history
Update the game over message
  • Loading branch information
yashsaraswat2004 authored Feb 10, 2024
2 parents a2d6870 + 171f94b commit 5cc8b4d
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 @@ -47,8 +47,8 @@ <h1>Tic Tac Toe</h1>
</tr>
</table>

<h2 hidden>Game over</h2>

<h2 hidden>Game over, refresh to play again 🧑‍💻 🤖!</h2>
Hello guys...This is Suggestion part
<script>
// Initialization
const boxes = Array.from(document.querySelectorAll("td"));
Expand Down

0 comments on commit 5cc8b4d

Please sign in to comment.