We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b35e29 commit 0dbf6cdCopy full SHA for 0dbf6cd
Sprint-3/alarmclock/index.html
@@ -10,9 +10,8 @@
10
<div class="centre">
11
<h1 id="timeRemaining">Time Remaining: 00:00</h1>
12
13
- <label for="alarmSet">Set time (seconds):</label>
14
- <input id="alarmSet" type="number" min="0" />
15
-
+ <label for="alarmSet">Set time (seconds):</label>
+ <input id="alarmSet" type="number" min="1" placeholder="Enter seconds" />
16
<button id="set" type="button">Set Alarm</button>
17
<button id="stop" type="button">Stop Alarm</button>
18
</div>
0 commit comments