Initial Commit

This commit is contained in:
2025-09-30 18:47:23 +10:00
commit fc9a447257
4 changed files with 111 additions and 0 deletions

12
index.html Normal file
View File

@@ -0,0 +1,12 @@
<html>
<head>
<link rel="stylesheet" href="index.css">
</head>
<body>
<p id="response"></p>
<canvas id="canvas" width="480" height="270"></canvas>
</body>
<script src="index.js"></script>
</html>