-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
27 lines (24 loc) · 1.45 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
<!DOCTYPE html>
<html>
<head>
<title>Space ship shooting</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="apple-touch-icon" sizes="180x180" href="./favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./favicon/favicon-16x16.png">
<link rel="manifest" href="./favicon/site.webmanifest">
<link href="style.css" rel="stylesheet">
<script src="https://tot0p.github.io/Lib/space-ship-shooting/p5.min.js"></script>
<script src="https://tot0p.github.io/Lib/space-ship-shooting/p5.clickable.js"></script>
<script src="https://tot0p.github.io/Lib/space-ship-shooting/p5.play.js"></script>
<script src="https://tot0p.github.io/Lib/space-ship-shooting/p5.sound.js"></script>
<script src="https://tot0p.github.io/Lib/space-ship-shooting/p5.dom.min.js"></script>
<script src="https://tot0p.github.io/Lib/space-ship-shooting/p5.touchgui.js"></script>
<script type="module" src="index.ob.js"></script>
</head>
<body>
<div id="gameCanvasContainer">
<a href="https://github.com/tot0p/Space-ship-shooting/issues/new" target="_blank" style="width:50%;margin: 50px;display:block;text-align:center;padding:.5em;background-color:#464646;color:#fff;border-radius:4px;box-shadow:0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08)">Report a bug</a>
</div>
</body>
</html>