-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (26 loc) · 1.09 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="cs.css">
</head>
<body id="body">
<h2 id="fs" style="font-family: Arial, Helvetica, sans-serif;">TIMER</h2>
<div class="time">
<h2 id="hr">00</h2><p id="pr" style="display: inline;font-size: 35px;font-weight: bold;">:</p>
<h2 id="min">00</h2><p id="mi">m</p> <p style="display: inline;font-size: 35px;font-weight: bold;">:</p>
<h2 id="sec">00</h2><p id="se">s</p><p style="display: inline;font-size: 35px;font-weight: bold;">:</p>
<h2 id="msec">00</h2><p id="se">ms</p><p id="hrm">hr</p>
<div id="mode"><button id="dark">Dark mode</button></div>
</div>
<div id="es">
<button id="start" >start</button>
<button id="pause">Pause</button>
<button id="reset">Reset</button>
</div>
<div id="res"></div>
<script src="asjs.js"></script>
</body>
</html>