Files
CrivitzDerby/index.html

21 lines
442 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>
Crivitz Derby
</title>
<link rel="stylesheet" href="main.css">
</head>
<body>
<canvas id="fgcanvas"></canvas>
<canvas id="gamecanvas"></canvas>
<canvas id="bgcanvas"></canvas>
<script src="resources/libs/howler.js"></script>
<script src="audio.js"></script>
<script src="background.js" ></script>
<script src="game.js" ></script>
</body>
</html>