JustPaste.it

<!DOCTYPE html>
<html manifest="offline.appcache">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Zombi Ezici</title>
<link rel="nofollow" href='' />
<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="nofollow" sizes="256x256" href='' />
<meta name="HandheldFriendly" content="true" />
<meta name="mobile-web-app-capable" content="yes" />
<link rel="nofollow" sizes="256x256" href='' />
<style type="text/css">
* {
padding: 0;
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="480" height="854">
<h1>Tarayıcınız html5 desteklememektedir.
<br/><br/><a href="https://justpaste.it/redirect/19xwq/http%3A%2F%2Fwww.microsoft.com%2Fwindows%2Finternet-explorer%2Fdefault.aspx">Microsoft Internet Explorer</a><br/>
<a href="https://justpaste.it/redirect/19xwq/http%3A%2F%2Fwww.mozilla.com%2Ffirefox%2F">Mozilla Firefox</a><br/>
<a href="https://justpaste.it/redirect/19xwq/http%3A%2F%2Fwww.google.com%2Fchrome%2F">Google Chrome</a><br/>
<a href="https://justpaste.it/redirect/19xwq/http%3A%2F%2Fwww.apple.com%2Fsafari%2Fdownload%2F">Apple Safari</a><br/>
<a href="https://justpaste.it/redirect/19xwq/http%3A%2F%2Fwww.google.com%2Fchromeframe">Google Chrome Frame for Internet Explorer</a><br/></h1>
</canvas>
</div>
<script src="jquery-2.1.1.min.js"></script>
<script src="c2runtime.js"></script>
<script>
// Size the canvas to fill the browser viewport.
jQuery(window).resize(function() {
cr_sizeCanvas(jQuery(window).width(), jQuery(window).height());
});

// Start the Construct 2 project running on window load.
jQuery(document).ready(function ()
{
// Create new runtime using the c2canvas
cr_createRuntime("c2canvas");
});

// Pause and resume on page becoming visible/invisible
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);

if (navigator.serviceWorker && navigator.serviceWorker.register)
{
// Register an empty service worker to trigger web app install banners.
navigator.serviceWorker.register("sw.js", { scope: "./" });
}


</script>

</body>
</html>