Skip to content

Commit 3453a0c

Browse files
committed
removed redundant pause button and added package.json anew
1 parent 57ab5ca commit 3453a0c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sprint-3/alarmclock/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ <h1 id="timeRemaining">Time Remaining: 00:00</h1>
1313
<input id="alarmSet" type="number" min="1" />
1414

1515
<button id="set" type="button">Set Alarm</button>
16-
<button id="pause" type="button">Pause Alarm</button>
1716
<button id="stop" type="button">Stop Alarm</button>
1817
</div>
1918
<script src="alarmclock.js"></script>

0 commit comments

Comments
 (0)