mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-24 05:57:17 -04:00
11 lines
176 B
HTML
11 lines
176 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>ZIG / WASM Demo</title>
|
|
</head>
|
|
<body>
|
|
<button id="play">play</button>
|
|
</body>
|
|
<script src="./main.js"></script>
|
|
</html>
|