Files
strudel/packages/zig/index.html
T
2024-01-10 18:27:40 +01:00

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>