-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (25 loc) · 1015 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link href="https://fonts.googleapis.com/css?family=Electrolize" rel="stylesheet">
<title>Trumpy Bird</title>
<link rel="icon" type="image/png" href="./assets/trump.png">
</head>
<body>
<link rel="stylesheet" type="text/css" href="./assets/trumpy_bird.css" />
<div class="volume" id="on"></div>
<div class="main">
<canvas id="canvas"></canvas>
<div class="ready-view" id="hide"></div>
<div class="play-view" id="hide"></div>
</div>
<div class="button-holder">
<button class="start"></button>
<a href="https://github.com/michaeljpark93/trumpy_bird" target="_blank"><button class="github"></button></a>
<a href="https://www.linkedin.com/in/michaeljpark93/" target="_blank"><button class="linkedin"></button></a>
</div>
<script type="application/javascript" src="./dist/bundle.js"></script>
<a id="credit" target="_blank" href="https://www.vecteezy.com">Vector illustration credit: Vecteezy!</a>
</body>
</html>