musicbox/index.html
2021-01-12 20:24:00 -08:00

13 lines
199 B
HTML

<html>
<head>
<script src='musicbox.js'></script>
<style>
textarea {
width: 200px;
height: 300px;
}
</style>
</head>
<textarea id='beats'></textarea>
<textarea id='piano'></textarea>
</html>