(tic-tac-toe): Starting work to implement "New Game" button
This commit is contained in:
parent
fc9e10f286
commit
ca9b2a7320
5 changed files with 31 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<div class="displaybox">
|
||||
<div id="mainbox" class="mainboxDisplay">
|
||||
<button id="ttt-newgame-btn" class="btn-style absolute top-6 right-6">New Game</button>
|
||||
<button id="NewGameBtn" class="btn-style absolute top-4 right-6">New Game</button>
|
||||
<h1 class="text-3xl font-bold text-gray-800">
|
||||
Tic-tac-toe Box<span id="t-username"></span>
|
||||
</h1><br>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue