You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
338 B
19 lines
338 B
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title></title>
|
|
<script defer src="app.js"></script>
|
|
</head>
|
|
<body>
|
|
<dl>
|
|
<dt>Mic Level</dt>
|
|
<dd id="mic"></dd>
|
|
<dt>Seconds Recorded</dt>
|
|
<dd id="seconds"></dd>
|
|
</dl>
|
|
<button id="start">Start Timer</button>
|
|
<button id="stop">Stop Timer</button>
|
|
</body>
|
|
</html>
|