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>
|
|
|
|
<canvas id="game-canvas" height="600" width="800">
|
|
|
|
You need a better browser to play this game.
|
|
|
|
</canvas>
|
|
|
|
</body>
|
|
|
|
</html>
|