top-down-action-adventure/index.html

14 lines
316 B
HTML
Raw Normal View History

2025-06-01 15:30:12 -04:00
<!DOCTYPE html>
<html>
<head>
<title>Zelder</title>
<script src="src/index.js" type="module"></script>
2025-06-01 15:54:55 -04:00
<link rel="stylesheet" href="style.css">
2025-06-01 15:30:12 -04:00
</head>
<body>
2025-06-11 03:06:37 -04:00
<canvas id="game-canvas" height="800" width="1280">
2025-06-01 15:30:12 -04:00
You need a better browser to play this game.
</canvas>
</body>
</html>