add: TicTacToe online view

This commit is contained in:
Namonay
2024-03-22 16:26:37 +01:00
committed by AdrienLSH
parent 2c508fab46
commit 381159400f
3 changed files with 30 additions and 11 deletions

View File

@ -0,0 +1,5 @@
#canva {
width: 660px;
height:660px;
margin: 0px auto;
}