added horses running around and stuff
This commit is contained in:
17
index.html
Normal file
17
index.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>
|
||||
Crivitz Derby
|
||||
</title>
|
||||
<link rel="stylesheet" href="main.css">
|
||||
</head>
|
||||
<body>
|
||||
<canvas id="gamecanvas"></canvas>
|
||||
<canvas id="bgcanvas"></canvas>
|
||||
|
||||
<script src="background.js" ></script>
|
||||
<script src="game.js" ></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user