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