add superdough package

This commit is contained in:
Felix Roos 2023-08-11 10:42:59 +02:00
parent 2483bf812f
commit 30fe2dd502
19 changed files with 1384 additions and 17 deletions

View file

@ -0,0 +1,12 @@
<!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>