-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
24 lines (24 loc) · 950 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
<!DOCTYPE html>
<html>
<head>
<title>Straying Alive</title>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<link rel="icon" href="icon.png" type="image/png" />
<link rel="shortcut icon" href="icon.png" type="image/png" />
<link rel="apple-touch-icon" href="icon.png" type="image/png" />
<link href="styles.css" rel="stylesheet" type="text/css" media="all" />
<script type="text/javascript" src="dist/game.js"></script>
</head>
<body>
<main><canvas id="root"></canvas></main>
<footer>
Straying Alive <b>•</b> <a href="howto.html">How to play?</a>
<b>•</b>
<a href="https://github.com/tkers/straying-alive">Source</a>
<span class="preload">abc123</span>
</footer>
</body>
</html>