top-down-action-adventure/index.html
2025-06-01 15:54:55 -04:00

14 lines
315 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Zelder</title>
<script src="src/index.js" type="module"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<canvas id="game-canvas" height="600" width="800">
You need a better browser to play this game.
</canvas>
</body>
</html>