Files
monkeygg2.github.io/games/fireboy-and-watergirl/index.html
T
2023-09-25 19:51:08 -04:00

93 lines
3.0 KiB
HTML

<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js">
<!--<![endif]-->
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-7L02W3ZMS5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-7L02W3ZMS5');
</script>
<script async="" crossorigin="anonymous" src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5648726754785335"></script>
<meta charset="utf-8"/>
<meta content="telephone=no" name="format-detection"/>
<meta content="true" name="HandheldFriendly"/>
<meta content="yes" name="apple-mobile-web-app-capable">
<meta content="black" name="apple-mobile-web-app-status-bar-style"/>
<meta content="Bubblez" name="apple-mobile-web-app-title"/>
<meta content="width=device-width,initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui,shrink-to-fit=no" id="viewport" name="viewport"/>
<meta content="yes" name="apple-mobile-web-app-capable">
<link href="assets/css/app.css" rel="stylesheet" type="text/css"/>
<script async="" src="https://yandex.ru/ads/system/context.js"></script>
<meta content="Fireboy &amp; Watergirl 1 Forest Temple" name="apple-mobile-web-app-title"/>
<title>Fireboy &amp; Watergirl 1 Forest Temple</title>
<script type="text/javascript">
</script>
<link href="manifest.json" rel="manifest"/>
<link href="icon-60x60.png" rel="icon" sizes="60x60"/>
<link href="icon-60x60.png" rel="apple-touch-icon"/>
</meta></meta></head>
<body style="margin: 0px; overflow:hidden;">
<script type="text/javascript">
window.requireNode = window.require;
window.require = undefined;
</script>
<script src="bower_components/requirejs/require.js"></script>
<div id="root">
<div id="container"></div>
<div id="hammer"></div>
<div id="debug-fps" style="color:#ff0000; position: absolute; top: 0;"></div>
</div>
<script type="text/javascript">
var _azerionIntegration = {
"af": false,
"sa": false,
"la": false,
"bd": 0,
"playBtn": true,
"cp": false
}
var enableAnalytics;
var gameName = "fireboy-and-watergirl-forest-temple.min.js";
//This all here is for cache busting;
function addScript(src, buster, callback) {
var s = document.createElement('script');
s.setAttribute('src', src + '?v=' + buster);
if (typeof callback === 'function') {
s.onload = callback;
}
document.body.appendChild(s);
}
addScript('version.js', Date.now(), function() {
require(["fireboy-and-watergirl-forest-temple.min.js?v=" + version]);
});
</script>
</body>
</html></html>