allinone started

This commit is contained in:
Sam
2023-03-21 18:23:52 +13:00
parent e27f0ce984
commit c15e5b1722
21 changed files with 774 additions and 163 deletions

View File

@@ -0,0 +1,7 @@
<!DOCTYPE html>
<html>
<body style="margin: 0; overflow: hidden">
<canvas id="myCanvas" style="display: block; box-sizing: border-box"></canvas>
<script src="script.js"></script>
</body>
</html>