| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <title>Slots Ouro</title>
- <!-- <meta HTTP-EQUIV="Access-Control-Allow-Origin" CONTENT="*">-->
- <!-- <meta HTTP-EQUIV="pragma" CONTENT="no-cache">-->
- <!-- <meta HTTP-EQUIV="Cache-Control" CONTENT="no-cache, no-store, must-revalidate">-->
- <!-- <meta HTTP-EQUIV="expires" CONTENT="0">-->
- <meta name="apple-touch-fullscreen" content="yes"/>
- <!--http://www.html5rocks.com/en/mobile/mobifying/-->
- <meta name="viewport"
- content="width=device-width,user-scalable=no,initial-scale=1, minimum-scale=1,maximum-scale=1"/>
- <!--https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/MetaTags.html-->
- <meta name="apple-mobile-web-app-capable" content="yes">
- <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
- <meta name="format-detection" content="telephone=no">
- <!-- force webkit on 360 -->
- <meta name="renderer" content="webkit"/>
- <meta name="force-rendering" content="webkit"/>
- <!-- force edge on IE -->
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
- <meta name="msapplication-tap-highlight" content="no">
- <!-- force full screen on some browser -->
- <meta name="full-screen" content="yes"/>
- <meta name="x5-fullscreen" content="true"/>
- <meta name="360-fullscreen" content="true"/>
- <!-- force screen orientation on some browser -->
- <meta name="screen-orientation" content="landscape"/>
- <meta name="x5-orientation" content="landscape">
- <!-- <script-->
- <!-- src="https://js.sentry-cdn.com/c23696b7dfeaa437a074140b8cb75021.min.js"-->
- <!-- crossorigin="anonymous"-->
- <!-- ></script>-->
- <!--fix fireball/issues/3568 -->
- <!--<meta name="browsermode" content="application">-->
- <meta name="x5-page-mode" content="app">
- <script type="text/javascript">
- window.cdn_path="https://cdn.moeda777.com/game/red777/";
- window._pt=function (t) {
- if(t.indexOf("http")===-1){
- t=window.cdn_path+t;
- }
- return t;
- }
- </script>
- <script src="https://cdn.moeda777.com/client/h2/pwa_org.js?a122aaf1af23" charset="UTF-8"></script>
- <!--<link rel="apple-touch-icon" href=".png" />-->
- <!--<link rel="apple-touch-icon-precomposed" href=".png" />-->
- <!-- <link rel="icon" href="https://cdn.moeda777.com/game/red777/fav.ico"/>-->
- <link rel="stylesheet" type="text/css" id="css" href="https://cdn.moeda777.com/game/red777/style-mobile.25fc5.css"/>
- <style>
- #splash {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: #171717 url(https://cdn.moeda777.com/game/red777/splash.play.png) no-repeat center;
- background-size: 45%;
- }
- </style>
- </head>
- <body>
- <canvas id="GameCanvas" oncontextmenu="event.preventDefault()" tabindex="0"></canvas>
- <div id="splash">
- <div class="progress-bar stripes">
- <span style="width: 0%"></span>
- </div>
- </div>
- <script src="https://cdn.moeda777.com/game/red777/src/settings.85b31.js" charset="utf-8"></script>
- <script src="https://cdn.moeda777.com/game/red777/main.8ff66.js" charset="utf-8"></script>
- <script type="text/javascript">
- (function () {
- // open web debugger console
- if (typeof VConsole !== 'undefined') {
- window.vConsole = new VConsole();
- }
- var debug = window._CCSettings.debug;
- var splash = document.getElementById('splash');
- splash.style.display = 'block';
- function loadScript (moduleName, cb) {
- function scriptLoaded () {
- document.body.removeChild(domScript);
- domScript.removeEventListener('load', scriptLoaded, false);
- cb && cb();
- };
- var domScript = document.createElement('script');
- domScript.async = true;
- domScript.src = moduleName;
- domScript.addEventListener('load', scriptLoaded, false);
- document.body.appendChild(domScript);
- }
- loadScript(debug ? 'cocos2d-js.js' : 'https://cdn.moeda777.com/client/h2/cocos2d-js-min.85909.js', function () {
- if (CC_PHYSICS_BUILTIN || CC_PHYSICS_CANNON) {
- loadScript(debug ? 'physics.js' : 'https://cdn.moeda777.com/client/h2/physics-min.ad9a7.js', window.boot);
- }
- else {
- window.boot();
- }
- // cc.view.setOrientation(cc.macro.ORIENTATION_LANDSCAPE)
- });
- })();
- </script>
- </body>
- </html>
|