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
362 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>
<button>Generate Tone</button>
<section>
<dl>
<dt>Tone:</dt>
<dd></dd>
</dl>
<button>Play</button>
<button>Stop</button>
</section>
</body>
</html>