diff options
author | zlg <zlg@zlg.space> | 2024-09-25 14:46:27 -0700 |
---|---|---|
committer | zlg <zlg@zlg.space> | 2024-09-25 14:46:27 -0700 |
commit | dc7eb8faaddedd2c90684404c90f622d3260d5f5 (patch) | |
tree | a96f1937f6394e8ce7081905b46d5ec452a48def /make_timer.html | |
parent | timer.css: Remove some styling to make CSS easier (diff) | |
download | zsst-master.tar.gz zsst-master.tar.bz2 zsst-master.tar.xz zsst-master.zip |
This *requires* custom CSS for best effect.
Diffstat (limited to 'make_timer.html')
-rw-r--r-- | make_timer.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make_timer.html b/make_timer.html index 3a6e178..1a2704c 100644 --- a/make_timer.html +++ b/make_timer.html @@ -21,6 +21,7 @@ <label for="cdstyle">Countdown Style</label> <input type="radio" id="cdstyle" name="cdstyle" value="standard">Standard Countdown</input> <input type="radio" id="cdstyle" name="cdstyle" value="bar">Progress Bar</input> + <input type="radio" id="cdstyle" name="cdstyle" value="p5">Persona 5</input> </section> <section> <label for="duration">Countdown Duration, in seconds</label> |