Skip to content

Commit adb3be1

Browse files
committed
Timer Files shifted
1 parent b0aea2f commit adb3be1

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ <h1>Timer</h1>
1515
<div class="timer-clock">
1616
<span id="seconds">00</span>:<span id="tens">00</span>
1717
<div class="buttons">
18-
<button class="btn" onclick="start()">Start</button>
19-
<button class="btn" onclick="decree()">Stop</button>
18+
<button class="start-btn" onclick="start()">Start</button>
19+
<!-- <button class="btn" onclick="decree()">Stop</button> -->
2020
<script src="timeout.js"></script>
2121
<button class="btn">Reset</button>
2222
</div>

0 commit comments

Comments
 (0)