(tic-tac-toe): Added history button to check player's tic-tac-toe matches history
This commit is contained in:
parent
5eec958663
commit
deb391807a
3 changed files with 17 additions and 5 deletions
|
|
@ -1,5 +1,6 @@
|
|||
<div class="displaybox">
|
||||
<div class="mainboxDisplay" id="mainbox">
|
||||
<button class="btn-style absolute top-4 left-6" id="historyBtn">History</button>
|
||||
<button class="btn-style absolute top-4 right-6" id="JoinQueueBtn">Join Queue</button>
|
||||
<h1 class="text-3xl font-bold text-gray-800">
|
||||
Tic-tac-toe Box<span id="t-username"></span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue