index.html 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  5. <title>神算子</title>
  6. <meta charset="utf-8">
  7. <meta http-equiv="X-UA-Compatible" content="chrome=1, IE=9, IE=10, IE=11">
  8. <meta name="format-detection" content="telephone=no">
  9. <meta name="HandheldFriendly" content="true">
  10. <meta name="apple-mobile-web-app-capable" content="yes">
  11. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  12. <meta name="format-detection" content="telephone=no">
  13. <meta name="HandheldFriendly" content="true">
  14. <meta name="robots" content="noindex,nofollow">
  15. <meta name="apple-mobile-web-app-capable" content="yes">
  16. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  17. <meta name="apple-mobile-web-app-title" content="Brainie">
  18. <meta name="viewport" content="initial-scale=1 maximum-scale=1 user-scalable=0 minimal-ui">
  19. <link href="css/styleBrainie.css" rel="stylesheet" type="text/css">
  20. <style>#sg-loadscrn{
  21. position:fixed; top:0;left:0;width:100%; height:100%; background-color:#fff; z-index:9999;
  22. }
  23. #sg-spinner{
  24. position: absolute; width: 150px; height: 50px; top:50%; left:50%; margin-top:-25px; margin-left:-75px;
  25. background-image: url('assets/sg-loader.gif');
  26. }
  27. #sg-spinner.no-img{
  28. background: #ffffff;
  29. }
  30. #sg-loadtext{
  31. position:absolute;
  32. font-family: Helvetica, Arial, Verdana, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, sans-serif;
  33. top:50%; left:50%;
  34. width: 250px;
  35. margin-left:-125px;
  36. margin-top:-125px;
  37. text-align:center;
  38. line-height:150%;
  39. font-size:16px;
  40. }</style>
  41. <script type="text/javascript">
  42. window.gameLangs = ['en'];
  43. window.gameJS = ['js/phaser.min.js', 'js/brainie.min.js', 'js/game_texts.js'];
  44. window.gameOnLoadScript = "startGame();";
  45. </script><script type="text/javascript" src="assets/softgames-1.1.js"></script><script type="text/javascript" src="assets/sg.hooks.js"></script>
  46. </head>
  47. <body>
  48. <div id="gameContainer"></div>
  49. <div id="orientation"></div>
  50. </body>
  51. </html>