diff options
Diffstat (limited to 'make_timer.html')
-rw-r--r-- | make_timer.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/make_timer.html b/make_timer.html index bfa7098..17fda8c 100644 --- a/make_timer.html +++ b/make_timer.html @@ -23,7 +23,6 @@ <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="labeled_bar">Labeled Bar</input> - <input type="radio" id="cdstyle" name="cdstyle" value="p5">Persona 5</input> </section> <section> <label for="duration">Countdown Duration, in seconds</label> @@ -31,7 +30,7 @@ </section> <section> <label for="label_text">Text to Display Above Countdown (used in Labeled Bar)</label> - <input name="label_text" type="text" id="end_text"> + <input name="label_text" type="text" id="label_text"> </section> <section> <label for="end_text">Text to Display at End of Countdown</label> @@ -46,7 +45,7 @@ <input name="f_color" type="color" id="f_color"> </section> <section> - <label for="b_color">Bar Color</label> + <label for="b_color">Bar Color (used in Bar-enabled styles)</label> <input name="b_color" type="color" id="b_color"> </section> <section class="bottom"> |