This commit is contained in:
2024-09-23 23:40:31 +02:00
parent 8c9ad7fdc3
commit cbae0a0d41
2 changed files with 103 additions and 0 deletions

12
grid.html Normal file
View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body style="margin: 0; padding 0; overflow: hidden; background-color: #000000">
<canvas id="canvas" width="800" height="600"></canvas>
</body>
<script src="grid.js"></script>
</html>