red777.blade.php 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Slots Ouro</title>
  6. <!-- <meta HTTP-EQUIV="Access-Control-Allow-Origin" CONTENT="*">-->
  7. <!-- <meta HTTP-EQUIV="pragma" CONTENT="no-cache">-->
  8. <!-- <meta HTTP-EQUIV="Cache-Control" CONTENT="no-cache, no-store, must-revalidate">-->
  9. <!-- <meta HTTP-EQUIV="expires" CONTENT="0">-->
  10. <meta name="apple-touch-fullscreen" content="yes"/>
  11. <!--http://www.html5rocks.com/en/mobile/mobifying/-->
  12. <meta name="viewport"
  13. content="width=device-width,user-scalable=no,initial-scale=1, minimum-scale=1,maximum-scale=1"/>
  14. <!--https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/MetaTags.html-->
  15. <meta name="apple-mobile-web-app-capable" content="yes">
  16. <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
  17. <meta name="format-detection" content="telephone=no">
  18. <!-- force webkit on 360 -->
  19. <meta name="renderer" content="webkit"/>
  20. <meta name="force-rendering" content="webkit"/>
  21. <!-- force edge on IE -->
  22. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
  23. <meta name="msapplication-tap-highlight" content="no">
  24. <!-- force full screen on some browser -->
  25. <meta name="full-screen" content="yes"/>
  26. <meta name="x5-fullscreen" content="true"/>
  27. <meta name="360-fullscreen" content="true"/>
  28. <!-- force screen orientation on some browser -->
  29. <meta name="screen-orientation" content="landscape"/>
  30. <meta name="x5-orientation" content="landscape">
  31. <!-- <script-->
  32. <!-- src="https://js.sentry-cdn.com/c23696b7dfeaa437a074140b8cb75021.min.js"-->
  33. <!-- crossorigin="anonymous"-->
  34. <!-- ></script>-->
  35. <!--fix fireball/issues/3568 -->
  36. <!--<meta name="browsermode" content="application">-->
  37. <meta name="x5-page-mode" content="app">
  38. <script type="text/javascript">
  39. window.cdn_path="https://cdn.moeda777.com/game/red777/";
  40. window._pt=function (t) {
  41. if(t.indexOf("http")===-1){
  42. t=window.cdn_path+t;
  43. }
  44. return t;
  45. }
  46. </script>
  47. <script src="https://cdn.moeda777.com/client/h2/pwa_org.js?a122aaf1af23" charset="UTF-8"></script>
  48. <!--<link rel="apple-touch-icon" href=".png" />-->
  49. <!--<link rel="apple-touch-icon-precomposed" href=".png" />-->
  50. <!-- <link rel="icon" href="https://cdn.moeda777.com/game/red777/fav.ico"/>-->
  51. <link rel="stylesheet" type="text/css" id="css" href="https://cdn.moeda777.com/game/red777/style-mobile.25fc5.css"/>
  52. <style>
  53. #splash {
  54. position: absolute;
  55. top: 0;
  56. left: 0;
  57. width: 100%;
  58. height: 100%;
  59. background: #171717 url(https://cdn.moeda777.com/game/red777/splash.play.png) no-repeat center;
  60. background-size: 45%;
  61. }
  62. </style>
  63. </head>
  64. <body>
  65. <canvas id="GameCanvas" oncontextmenu="event.preventDefault()" tabindex="0"></canvas>
  66. <div id="splash">
  67. <div class="progress-bar stripes">
  68. <span style="width: 0%"></span>
  69. </div>
  70. </div>
  71. <script src="https://cdn.moeda777.com/game/red777/src/settings.85b31.js" charset="utf-8"></script>
  72. <script src="https://cdn.moeda777.com/game/red777/main.8ff66.js" charset="utf-8"></script>
  73. <script type="text/javascript">
  74. (function () {
  75. // open web debugger console
  76. if (typeof VConsole !== 'undefined') {
  77. window.vConsole = new VConsole();
  78. }
  79. var debug = window._CCSettings.debug;
  80. var splash = document.getElementById('splash');
  81. splash.style.display = 'block';
  82. function loadScript (moduleName, cb) {
  83. function scriptLoaded () {
  84. document.body.removeChild(domScript);
  85. domScript.removeEventListener('load', scriptLoaded, false);
  86. cb && cb();
  87. };
  88. var domScript = document.createElement('script');
  89. domScript.async = true;
  90. domScript.src = moduleName;
  91. domScript.addEventListener('load', scriptLoaded, false);
  92. document.body.appendChild(domScript);
  93. }
  94. loadScript(debug ? 'cocos2d-js.js' : 'https://cdn.moeda777.com/client/h2/cocos2d-js-min.85909.js', function () {
  95. if (CC_PHYSICS_BUILTIN || CC_PHYSICS_CANNON) {
  96. loadScript(debug ? 'physics.js' : 'https://cdn.moeda777.com/client/h2/physics-min.ad9a7.js', window.boot);
  97. }
  98. else {
  99. window.boot();
  100. }
  101. // cc.view.setOrientation(cc.macro.ORIENTATION_LANDSCAPE)
  102. });
  103. })();
  104. </script>
  105. </body>
  106. </html>