Added customizible time limit

This commit is contained in:
2023-08-02 07:17:23 +03:00
parent 5e063cae03
commit f49e9415b7
4 changed files with 50 additions and 12 deletions

View File

@@ -14,6 +14,9 @@ html(lang='en')
p
input(type="color" id="color")
input(type="button" id="submicColor" value="change color" onclick="changeColor()")
br
| timer:
b(id="timer")
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")