Skip to content

Commit

Permalink
Merge pull request #283 from harshcodesit/exit-bug-resolve
Browse files Browse the repository at this point in the history
Exit-button-bug-resolve  ~harshcodesit
  • Loading branch information
ayush-t02 authored Jun 1, 2024
2 parents b6861c0 + 1e5ec00 commit 1cad284
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,11 @@ <h2>What size of Board do you want? :</h2>
</p>

</div>
<!-- Exit button -->
<!-- Exit button -->
<!-- (BUG : resolved by harshcodesit) -->
<form action="#" method="post">
<button class="exit-btn" onclick="exitGame()">Exit</button>

</form>
<!-- Players -->
<div class="players" style="margin-top: 50px;"></div>

Expand Down

0 comments on commit 1cad284

Please sign in to comment.