mirror of
https://github.com/zyqunix/tools.git
synced 2025-07-06 06:20:30 +02:00
countdown
This commit is contained in:
parent
94ca706258
commit
6728ebcfbf
3 changed files with 15 additions and 23 deletions
|
@ -10,7 +10,7 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<div class="main">
|
||||
<div class="cards">
|
||||
<a href="/timer">Stopwatch</a>
|
||||
<label for="hours-input">Hours</label><input id="hours-input" type="number" placeholder="0"/>
|
||||
<label for="minutes-input">Minutes</label><input id="minutes-input" type="number" placeholder="0"/>
|
||||
|
@ -18,7 +18,6 @@
|
|||
<span id="time">00:00:00:00</span>
|
||||
<button id="start">Start</button>
|
||||
<button id="reset">Reset</button>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue