Files
procedural-drones-01/index.html
Mikayla Dobson d2e982fa52 tone connected
2022-05-09 11:46:35 -05:00

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>