-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (38 loc) · 1.63 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
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="shortcut icon" type="image/png" href="assets/images/favicon.png">
<title>Code Game</title>
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta http-equiv="cleartype" content="on">
<meta name="format-detection" content="telephone=no">
</head>
<body>
<br>
<div style="text-align: center">
<span style="color: white; font-size: 18pt;">Stratagem by Greg Zborovsky</span>
</div>
<br>
<div id="content"></div>
<div style="text-align: center">
<p style="color: white;">Credits</p>
<ul style="color: white;">
<li>
"Flying Kerfuffle" Kevin MacLeod (incompetech.com) Licensed
under Creative Commons: By Attribution 3.0 License
http://creativecommons.org/licenses/by/3.0/
</li>
<li>
“Some sound effects obtained from https://www.zapsplat.com“
</li>
<li>
Some graphics obtained from <a href="https://twitter.com/mnrART">MortMort (@mnrART)</a>
</li>
</ul>
</div>
<script type="text/javascript" src="./dev/vendor.js"></script><script type="text/javascript" src="./dev/app.js"></script></body>
</html>