<!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>