diff options
author | zlg <zlg@zlg.space> | 2024-08-16 07:24:17 -0700 |
---|---|---|
committer | zlg <zlg@zlg.space> | 2024-08-17 01:46:52 -0700 |
commit | 0f06c4ac974a388320da4a014a77ef26566b27f0 (patch) | |
tree | 30d63829be75c6a393a8fcf3f73e4ce25e681fee /timer.html | |
parent | Update footer (diff) | |
download | zsst-0f06c4ac974a388320da4a014a77ef26566b27f0.tar.gz zsst-0f06c4ac974a388320da4a014a77ef26566b27f0.tar.bz2 zsst-0f06c4ac974a388320da4a014a77ef26566b27f0.tar.xz zsst-0f06c4ac974a388320da4a014a77ef26566b27f0.zip |
Add progress bar countdown style
Diffstat (limited to 'timer.html')
-rw-r--r-- | timer.html | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -21,11 +21,6 @@ body elements. --> <body onload="setupCountdown();"> <div id="page"> - <div id="countdown"> - <div id="minutes">00</div> - <div id="separator">:</div> - <div id="seconds">00</div> - </div> </div> <script src="./timer.js" type="text/javascript"></script> </body> |