Initial commit: simple synth

This commit is contained in:
2025-04-10 10:39:25 -07:00
commit 8fde361246
4 changed files with 144 additions and 0 deletions

18
index.html Normal file
View File

@@ -0,0 +1,18 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="light dark">
<link rel="stylesheet" href="pico.min.css">
<link rel="stylesheet" href="index.css">
<script src="index.js"></script>
<title>Tooner 0</title>
</head>
<body>
<main class="container">
<div id="keyboard">
</div>
</main>
</body>
</html>