File size: 2,197 Bytes
1e40c2a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!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>
    <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>