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

73 lines
2.5 KiB
HTML

<!DOCTYPE html>
<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">
<meta content="Fireboy &amp; Watergirl 3 Ice Temple" name="apple-mobile-web-app-title"/>
<title>Fireboy &amp; Watergirl 3 Ice Temple</title>
<link href="manifest.json" rel="manifest"/>
<link href="icon-60x60.png" rel="icon" sizes="60x60"/>
<link href="icon-256x256.png" rel="icon" sizes="256x256"/>
<link href="icon-512x512.png" rel="icon" sizes="512x512"/>
<link href="icon-60x60.png" rel="apple-touch-icon"/>
</meta></meta></head>
<body oncontextmenu="return false" 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 enableAnalytics;
var gameName = "fireboy-and-watergirl-ice-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-ice-temple.min.js?v=" + version]);
});
</script>
</body>
</html>