mirror of
https://github.com/wgreenberg/musicbox.git
synced 2024-11-22 11:30:25 +01:00
14 lines
247 B
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>
|