-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathabout.html
51 lines (44 loc) · 2.16 KB
/
about.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
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html manifest="cache.appcache">
<head>
<meta charset="UTF-8">
<meta name="author" content="import-this">
<meta name="application-name" content="SUPERCOLD">
<meta name="description" content="A simple 2D browser game
with the clever mechanics of SUPERHOT - About">
<meta name="keywords" content="SUPERCOLD, SUPERHOT, game, 2D,
HTML5, Phaser, import-this, github, github.io, open source">
<meta name="robots" content="index, follow">
<!-- Mobile devices magic. -->
<meta name="viewport" content="width=device-width, minimal-ui">
<!-- Open Graph for Facebook. -->
<meta property="og:url" content="https://import-this.github.io/supercold/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="SUPERCOLD" />
<meta property="og:site_name" content="SUPERCOLD" />
<meta property="og:image" content="https://import-this.github.io/supercold/img/wallpaper.png" />
<meta property="og:description" content="A simple 2D browser game
with the clever mechanics of SUPERHOT - #SUPERCOLD" />
<title>About SUPERCOLD</title>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-84136108-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<h2>Version 1.3.0</h2>
<p>
Created by <a href="https://import-this.github.io/" title="GitHub profile">import-this</a>.<br />
Check out some more of <a href="https://import-this.github.io/">my games</a>.<br />
Follow me on <a href="https://github.com/import-this/" title="GitHub profile">GitHub</a>.
</p>
<h2>CHANGELOG</h2>
<p>
</p>
</body>
</html>