123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135 |
- <!DOCTYPE html>
- <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <title>sans.</title>
- <meta name="description" content="do you wanna have a bad time? 'cause if you visit this page... you are REALLY not going to like what happens next.">
-
-
- <link rel="manifest" href="appmanifest.json">
-
-
- <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">
- <link rel="apple-touch-icon" sizes="256x256" href="images/icon-256.png">
- <meta name="HandheldFriendly" content="true">
-
-
- <meta name="mobile-web-app-capable" content="yes">
- <link rel="shortcut icon" sizes="256x256" href="images/icon-256.png">
-
- <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>
-
- <script src="/fun/sansdat/offlineClient.js"></script></head>
-
- <body data-gr-c-s-loaded="true" class="vsc-initialized">
- <div id="fb-root"></div>
- <script>
-
- (function(){
-
- if (window.location.protocol.substr(0, 4) === "file")
- {
- alert("Exported games won't work until you upload them. (When running on the file:/// protocol, browsers block many features from working for security reasons.)");
- }
- })();
- </script>
-
-
- <div id="c2canvasdiv" style="width: 640px; height: 480px; margin-left: 139px; margin-top: 67px;">
-
-
- <canvas id="c2canvas" width="640" height="480" style="width: 640px; height: 480px;">
-
- <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="/js/jquery.min.js"></script>
-
-
- <script src="/fun/sansdat/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;
-
- try {
- navigator.serviceWorker.register("/fun/sansdat/sw.js", { scope: "./" })
- .then(function (reg)
- {
- console.log("Registered service worker on " + reg.scope);
- })
- .catch(OnRegisterSWError);
- }
- catch (e)
- {
- OnRegisterSWError(e);
- }
- };
- </script>
-
- </body>
|