|
<!doctype html> |
|
|
|
|
|
|
|
|
|
<html class="no-js"> |
|
|
|
<html lang="en"> |
|
|
|
<head> |
|
<meta charset="utf-8" /> |
|
<meta name="format-detection" content="telephone=no"> |
|
<meta name="HandheldFriendly" content="true" /> |
|
<meta name="apple-mobile-web-app-capable" content="yes" /> |
|
<meta name="apple-mobile-web-app-status-bar-style" content="black" /> |
|
<meta name="apple-mobile-web-app-title" content="Bubblez"> |
|
<meta id="viewport" name="viewport" content="width=device-width,initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui,shrink-to-fit=no" /> |
|
<meta name="apple-mobile-web-app-capable" content="yes"> |
|
|
|
|
|
<meta name="apple-mobile-web-app-title" content="Fireboy & Watergirl 1 Forest Temple"> |
|
<title>Fireboy & Watergirl 1 Forest Temple</title> |
|
|
|
|
|
<link rel="manifest" href="manifest.json"> |
|
<link rel="icon" sizes="60x60" href="icon-60x60.png"> |
|
<link rel="apple-touch-icon" href="icon-60x60.png"> |
|
|
|
</head> |
|
|
|
<body style="margin: 0px"> |
|
<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 gameName = "fireboy-and-watergirl-forest-temple.min.js"; |
|
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', 1, function() { |
|
require(["fireboy-and-watergirl-forest-temple.min.js?v=" + version]); |
|
}); |
|
</script> |
|
</body> |
|
|
|
</html> |