Skip to content

Commit 384a4dd

Browse files
re- editeed the HTMl to the berivuse version to match the PR requirements
1 parent a204333 commit 384a4dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Sprint-3/alarmclock/Alarmclockapp.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
<div class="centre">
1111
<h1 id="timeRemaining">Time Remaining: 00:00</h1>
1212
<label for="alarmSet">Set time to:</label>
13-
<input id="alarmSet" type="time" />
13+
<input id="alarmSet" type="number" />
1414

1515
<button id="set" type="button">Set Alarm</button>
1616
<button id="stop" type="button">Stop Alarm</button>
1717
</div>
1818
<script src="alarmclock.js"></script>
1919
</body>
20-
</html>
20+
</html>

0 commit comments

Comments
 (0)