diff options
Diffstat (limited to '')
-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> |