Skip to content

Commit

Permalink
Change durations
Browse files Browse the repository at this point in the history
  • Loading branch information
maebert committed Apr 19, 2016
1 parent 607b78f commit f81c8cf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
<div id="start">
<div class="instructions">Session length:</div>
<div class="radios">
<input class='select_time' checked id='r1' type='radio' name='time' value='300' /><label for='r1'>5:00</label>
<input class='select_time' id='r2' type='radio' name='time' value='600' /><label for='r2'>10:00</label>
<input class='select_time' id='r3' type='radio' name='time' value='1200' /><label for='r3'>20:00</label>
<input class='select_time' id='r4' type='radio' name='time' value='1800' /><label for='r4'>30:00</label>
<input class='select_time' id='r5' type='radio' name='time' value='2700' /><label for='r5'>45:00</label>
<input class='select_time' id='r1' type='radio' name='time' value='180' /><label for='r1'>3:00</label>
<input class='select_time' id='r2' type='radio' name='time' value='300' checked/><label for='r2'>5:00</label>
<input class='select_time' id='r3' type='radio' name='time' value='600' /><label for='r3'>10:00</label>
<input class='select_time' id='r4' type='radio' name='time' value='1200' /><label for='r4'>20:00</label>
<input class='select_time' id='r5' type='radio' name='time' value='2400' /><label for='r5'>40:00</label>
<input class='select_time' id='r6' type='radio' name='time' value='3600' /><label for='r6'>60:00</label>
</div>
<div class="instructions darker">Don't stop typing, or all progress will be lost.</div>
Expand Down

0 comments on commit f81c8cf

Please sign in to comment.