changed time

This commit is contained in:
BinaryDigitDev 2024-10-14 12:18:52 -04:00
parent c6fefba352
commit ee7be93483

View File

@ -18,9 +18,9 @@
</div>
<div id="controls">
<!-- <button class="btn-danger-outline" name="changegame" onclick="countdown(1500);"></button>
<button class="btn-success-outline" name="shortBreak" onclick="countdown(300);">Short Break</button> -->
<button class="btn-secondary-outline" name="longBreak" onclick="countdown(600);">Start Timer</button>
<!-- <button class="btn-danger-outline" name="changegame" onclick="countdown(1500);"></button> -->
<button class="btn-success-outline" name="shortBreak" onclick="countdown(600);">10 Min Timer</button>
<button class="btn-secondary-outline" name="longBreak" onclick="countdown(900);">15 Min Timer</button>
<button class="btn-block btn-primary-outline" name="stop" onclick="stopTimer();">STOP</button>
</div>