top-down-action-adventure/index.html

14 lines
316 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="800" width="1280">
You need a better browser to play this game.
</canvas>
</body>
</html>