aboutsummaryrefslogtreecommitdiff
path: root/timer.html
diff options
context:
space:
mode:
authorzlg <zlg@zlg.space>2024-08-16 07:24:17 -0700
committerzlg <zlg@zlg.space>2024-08-17 01:46:52 -0700
commit0f06c4ac974a388320da4a014a77ef26566b27f0 (patch)
tree30d63829be75c6a393a8fcf3f73e4ce25e681fee /timer.html
parentUpdate footer (diff)
downloadzsst-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.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/timer.html b/timer.html
index 6df6a65..3c812ad 100644
--- a/timer.html
+++ b/timer.html
@@ -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>