15 lines
371 B
HTML
15 lines
371 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="./app.css">
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Tone</h1>
|
|
<button id="start-tone">START?</button>
|
|
<button id="synth-button">SYNTH???</button>
|
|
|
|
<script type="module" src="app.js"></script>
|
|
<script src="https://unpkg.com/tone/build/Tone.js"></script>
|
|
</body>
|
|
</html> |