mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-30 00:06:59 -04:00
12 lines
232 B
HTML
12 lines
232 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>ZIG / WASM Demo</title>
|
|
</head>
|
|
<body>
|
|
<button id="play">play</button>
|
|
<input type="range" min="55" max="880" id="freq" />
|
|
</body>
|
|
<script src="./main.js"></script>
|
|
</html>
|