added online

This commit is contained in:
2024-04-06 22:24:13 +03:00
parent 2ba725f232
commit 45e7298bca
3 changed files with 16 additions and 0 deletions

View File

@@ -16,6 +16,9 @@ html(lang='en')
br
| timer:
b(id="timer")
br
| online:
b(id="online")
canvas(id="board" width="1920" height="1080" style="border:1px solid #000000;" display="block")
canvas(hidden id="hidden" width="1920" height="1080")
script(type="text/javascript" src="./logic.js")