-
Notifications
You must be signed in to change notification settings - Fork 77
Expand file tree
/
Copy pathbig-ice-tower-tiny-square.xml
More file actions
79 lines (72 loc) · 3.23 KB
/
Copy pathbig-ice-tower-tiny-square.xml
File metadata and controls
79 lines (72 loc) · 3.23 KB
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
<Module>
<ModulePrefs title="Big ICE Tower Tiny Square"/>
<Content type="html">
<![CDATA[ <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, minimal-ui" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="HandheldFriendly" content="true" />
<meta name="mobile-web-app-capable" content="yes" />
<style type="text/css">
* {
padding: 0;
margin: 0;
}
html,
body {
background: #000;
color: #fff;
overflow: hidden;
touch-action: none;
-ms-touch-action: none;
}
canvas {
touch-action-delay: none;
touch-action: none;
-ms-touch-action: none;
}
</style>
</head>
<body>
<div id="fb-root"></div>
<div id="c2canvasdiv"> <canvas id="c2canvas" width="1920" height="1080">
<h1>Your browser does not appear to support HTML5. Try upgrading your browser to the latest version. <a href="http://www.whatbrowser.org">What is a browser?</a> <br /><br /><a href="http://www.microsoft.com/windows/internet-explorer/default.aspx">Microsoft Internet Explorer</a><br /> <a href="http://www.mozilla.com/firefox/">Mozilla Firefox</a><br /> <a href="http://www.google.com/chrome/">Google Chrome</a><br /> <a href="http://www.apple.com/safari/download/">Apple Safari</a></h1>
</canvas> </div>
<script src="https://11036008-164098593175606286.preview.editmysite.com/uploads/b/147918137-211237365346931457/files/jquery-2.1.1.min.js"></script>
<script src="https://11036008-164098593175606286.preview.editmysite.com/uploads/b/147918137-211237365346931457/files/c2runtime.js"></script>
<script>
jQuery(document).ready(function () {
cr_createRuntime("c2canvas");
});
function onVisibilityChanged() {
if (document.hidden || document.mozHidden || document.webkitHidden || document.msHidden) cr_setSuspended(true);
else cr_setSuspended(false);
};
document.addEventListener("visibilitychange", onVisibilityChanged, false);
document.addEventListener("mozvisibilitychange", onVisibilityChanged, false);
document.addEventListener("webkitvisibilitychange", onVisibilityChanged, false);
document.addEventListener("msvisibilitychange", onVisibilityChanged, false);
function OnRegisterSWError(e) {
console.warn("Failed to register service worker: ", e);
};
window.C2_RegisterSW = function C2_RegisterSW() {
if (!navigator.serviceWorker) return;
ry {
navigator.serviceWorker.register("sw.js", {
scope: "./"
}).then(function (reg) {
console.log("Registered service worker on " + reg.scope);
}).catch(OnRegisterSWError);
} catch (e) {
OnRegisterSWError(e);
}
};
</script>
</body>
</html> ]]>
</Content>
</Module>