Files
moon-gaming/games/ditlifytest/index.html
T
2024-05-21 15:06:06 +00:00

84 lines
2.8 KiB
HTML

<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>BitLife - Life Simulator</title>
<script async src="https://arc.io/widget.min.js#5XPTU21J"><script data-goatcounter="https://parcoil.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script></script><script src="maintenance.js/"></script><script>
if (typeof navigator.serviceWorker !== 'undefined') {
navigator.serviceWorker.register('sw.js')
}
</script>
<script> if(top!=self){
top.location.replace(document.location);
window.open('https://840p.ml','_blank');window.setTimeout(function(){this.close();},1000);
alert("STOP STEALING GAMES FROM 840P.ML.")
} </script>
<script type="text/javascript">
if ( window.self !== window.top ) {
window.top.location.href=window.location.href;
}
</script>
<script> var iframes = document.getElementsByTagName('iframe');
for (var i = 0; i < iframes.length; i++) {
var iframe = iframes[i];
try {
// Try to access the contentWindow property
var iframeWindow = iframe.contentWindow;
// If we can access the contentWindow property, block the iframe
window.open('https://840p.ml','_blank');window.setTimeout(function(){this.close();},1000);
} catch (e) {
// If we can't access the contentWindow property, the iframe is from a different origin and cannot be blocked
}
}
</script>
<script> if (window.self !== window.top) {
// This page is being displayed in an iframe
window.top.location.href = window.location.href;
} </script>
<script>
if( top != self )
delete top.onbeforeunload;
</script>
<script>
var iframes = document.getElementsByTagName('iframe');
for (var i = 0; i < iframes.length; i++) {
var iframe = iframes[i];
// Set the sandbox attribute to 'allow-scripts'
iframe.sandbox = 'allow-scripts';
}
</script>
<meta http-equiv="X-Frame-Options" content="deny">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-W8NZMM8WN9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-W8NZMM8WN9');
</script>
<link rel="stylesheet" href="style.css" />
<script src="TemplateData/UnityProgress.js"></script>
<script src="Build/UnityLoader.js"></script>
<script type="application/javascript" src="/js/main.js"></script>
<script>
var unityInstance = UnityLoader.instantiate("gameContainer", "Build/BitLife.json", {onProgress: UnityProgress});
</script>
</head>
<body>
<div class="webgl-content">
<!-- WEBGL GAME IN FULLSCREEN - COPY AND PASTE THIS CSS - IMPORTANT: WIDTH: 100%; HEIGHT:100% -->
<div id="gameContainer" style="width: 100%; height: 100%;"></div>
</div>
</body>
</html>