adding 502 error

This commit is contained in:
2025-02-01 16:17:45 +01:00
parent eae424d582
commit ee644cb950
99 changed files with 1156 additions and 3 deletions

15
games/snake502/index.html Normal file
View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>404 snake</title>
</head>
<body>
<canvas id='canvas' height="480" width="512" border=1></canvas>
<script src="js/logic.js"></script>
<script src="js/controls.js"></script>
<script src="js/utils.js"></script>
<script src="js/draw.js"></script>
<script src="js/framework.js"></script>
</body>
</html>