|
26 | 26 | <div class="timer">
|
27 | 27 | <header>
|
28 | 28 | <div class="timer-buttons">
|
29 | | - <button class="timer-button" data-seconds="20">20 Secs</button> |
30 | | - <button class="timer-button" data-seconds="300">Work 5</button> |
31 | | - <button class="timer-button" data-seconds="900">Quick 15</button> |
32 | | - <button class="timer-button" data-seconds="1200">Snack 20</button> |
33 | | - <button class="timer-button" data-seconds="3600">Lunch Break</button> |
| 29 | + <button class="timer-button" data-seconds="20" type="button"> |
| 30 | + 20 Secs |
| 31 | + </button> |
| 32 | + <button class="timer-button" data-seconds="300" type="button"> |
| 33 | + Work 5 |
| 34 | + </button> |
| 35 | + <button class="timer-button" data-seconds="900" type="button"> |
| 36 | + Quick 15 |
| 37 | + </button> |
| 38 | + <button class="timer-button" data-seconds="1200" type="button"> |
| 39 | + Snack 20 |
| 40 | + </button> |
| 41 | + <button class="timer-button" data-seconds="3600" type="button"> |
| 42 | + Lunch Break |
| 43 | + </button> |
34 | 44 | </div>
|
35 | 45 | <form id="form">
|
36 | 46 | <input
|
|
0 commit comments