GrandTabernacleAutoVI/game.html
2023-11-15 09:09:13 +01:00

12 lines
428 B
HTML

<html>
<head>
<script type="text/javascript" src="./js/class.js"></script>
<script type="text/javascript" src="./js/render.js"></script>
<script type="text/javascript" src="./js/input.js"></script>
<script type="text/javascript" src="./js/game.js" defer></script>
</head>
<body>
<canvas width="800" height="800" id="canvas" style="border: 1px;"></canvas>
</body>
</html>