mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 13:48:40 +00:00
13 lines
230 B
HTML
13 lines
230 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Superdough Example</title>
|
|
<meta charset="UTF-8" />
|
|
</head>
|
|
|
|
<body>
|
|
<button id="play">PLAAAAAAAY</button>
|
|
<script src="/main.js" type="module"></script>
|
|
</body>
|
|
</html>
|