-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (33 loc) · 1.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Duckannon</title>
<link rel="icon" href="./images/rubber-duck.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="css/main.css" />
<script src="js/bundle.js"></script>
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
</head>
<body>
<h1>Duckannon</h1>
<div id="wrapper">
<canvas id="game-canvas"></canvas>
</div>
<div id="directions">
<h2>How to play:</h2>
<ul>
<li>Press the spacebar to launch the duck</li>
<li>Time launch with a high power level to go further</li>
</ul>
</div>
<div class="footer-container">
<ul>
<li><a href="https://www.willthecoder.com" target="_blank">Portfolio</a></li>
<li><a href="https://www.github.com/wilfredruck" target="_blank">Github</a></li>
<li><a href="https://www.linkedin.com/in/wruck" target="_blank">LinkedIn</a></li>
<li><a href="https://www.angel.co/wilfred-ruck" target="_blank">AngelList</a></li>
</ul>
</div>
</body>
</html>