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.
22 lines
382 B
22 lines
382 B
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title></title>
|
|
<script src="http://unpkg.com/tone"></script>
|
|
<script src="app.js" defer></script>
|
|
</head>
|
|
<body>
|
|
<h1>Tuner</h1>
|
|
<section id="generate-tone">
|
|
<dl>
|
|
<dt>Tone:</dt>
|
|
<dd></dd>
|
|
</dl>
|
|
<button>Generate Tone</button>
|
|
<button>Play</button>
|
|
<button>Stop</button>
|
|
</section>
|
|
</body>
|
|
</html>
|