musicbox/index.html

14 lines
247 B
HTML

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