musicbox/index.html

14 lines
199 B
HTML
Raw Normal View History

2021-01-13 05:24:00 +01:00
<html>
<head>
<script src='musicbox.js'></script>
<style>
textarea {
width: 200px;
height: 300px;
}
</style>
</head>
<textarea id='beats'></textarea>
<textarea id='piano'></textarea>
</html>