-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
88 lines (85 loc) · 5.68 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<meta name="description" content="KiKi is a sacrifice of ancient sacrifice rituals but he don't want to, so keep running KiKi!!" />
<meta name="keywords" content="KiKi,Game,GGJ,Global Game Jam,2016,Rituals,Sacrifice" />
<meta name="author" content="JAM" />
<meta name="copyright" content="JAM" />
<meta name="application-name" content="KiKi - The Sacrifice" />
<meta name="twitter:card" content="KiKi - The Sacrifice" />
<meta name="twitter:title" content="KiKi - The Sacrifice : Global Game Jam 2016 (GGJ 2016)" />
<meta name="twitter:description" content="KiKi is a sacrifice of ancient sacrifice rituals but he don't want to, so keep running KiKi!!" />
<meta name="twitter:image" content="http://jojoee.github.io/jam-2016/assets/images/og-image.jpg" />
<!-- favicon -->
<link rel="apple-touch-icon" sizes="57x57" href="assets/favicons/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="assets/favicons/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/favicons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="assets/favicons/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="assets/favicons/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="assets/favicons/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="assets/favicons/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="assets/favicons/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="assets/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="assets/favicons/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="assets/favicons/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="assets/favicons/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="assets/favicons/manifest.json">
<link rel="mask-icon" href="assets/favicons/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="assets/favicons/favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-TileImage" content="assets/favicons/mstile-144x144.png">
<meta name="msapplication-config" content="assets/favicons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<!-- og -->
<meta property="fb:app_id" content="126020267781329" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="KiKi - The Sacrifice : Global Game Jam 2016 (GGJ 2016)" />
<meta property="og:description" content="KiKi is a sacrifice of ancient sacrifice rituals but he don't want to, so keep running KiKi!!" />
<meta property="og:url" content="http://jojoee.github.io/jam-2016/" />
<meta property="og:site_name" content="Jojoee site hosted by github" />
<meta property="article:tag" content="KiKi,Game,GGJ,Global Game Jam,2016,Rituals,Sacrifice" />
<meta property="article:section" content="Web" />
<meta property="og:image" content="http://jojoee.github.io/jam-2016/assets/images/og-image.jpg" />
<meta property="og:image:secure_url" content="https://jojoee.github.io/jam-2016/assets/images/og-image.jpg" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:width" content="736" />
<meta property="og:image:height" content="414" />
<!--
<meta property="article:published_time" content="2016-01-16T10:24:20+00:00" />
<meta property="article:modified_time" content="2016-01-16T10:24:20+00:00" />
<meta property="og:updated_time" content="2016-01-16T10:24:20+00:00" />
-->
<title>KiKi - The Sacrifice : Global Game Jam 2016 (GGJ 2016)</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
<link href="https://fonts.googleapis.com/css?family=Permanent+Marker" rel="stylesheet" type="text/css">
<style>
* { margin: 0; padding: 0; }
body { background: #fff; }
#game-box, .game-wrap, video, canvas { width: 736px; height: 414px; margin: 0 auto; display: block; }
a, h1 { text-align: center; font-family: monospace; margin-top: 12px; display: block; text-decoration: none; margin-bottom: 12px; }
a:hover { text-decoration: underline; }
@font-face { font-family: 'Permanent Marker', cursive; }
.permanent-marker { font-family: 'Permanent Marker'; }
</style>
</head>
<body>
<a href="https://github.com/jojoee/jam-2016" class="permanent-marker" title="KiKi - The Sacrifice" target="_blank">KiKi - The Sacrifice</a>
<div class="game-wrap">
<div id="game-box"></div>
</div>
<script type="text/javascript" src="bower_components/phaser/build/phaser.min.js"></script>
<script type="text/javascript">window.Phaser || document.write('<script src="https://cdnjs.cloudflare.com/ajax/libs/phaser/2.4.4/phaser.min.js"><\/script>')</script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
<script type="text/javascript" src="plugins/phaser-debug.min.js"></script>
<script type="text/javascript" src="plugins/ScreenShake.min.js"></script>
<script src="plugins/phaser-state-transition-plugin.min.js"></script>
<script type="text/javascript" src="js/game.js"></script>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-56a0ff19aa06383e" async="async"></script>
</body>
</html>