index.html 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  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 name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1, minimal-ui">
  8. <meta name="apple-mobile-web-app-capable" content="yes">
  9. <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
  10. <script src="http://libs.baidu.com/jquery/2.0.0/jquery.min.js"></script>
  11. <script src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script>
  12. <style type="text/css">
  13. html,body {
  14. background-color: #000;
  15. color: #aaa;
  16. font-family: helvetica, arial, sans-serif;
  17. margin: 0;
  18. padding: 0;
  19. font-size: 10pt;
  20. }
  21. * {
  22. -webkit-touch-callout: none;
  23. -webkit-user-select: none;
  24. -khtml-user-select: none;
  25. -moz-user-select: none;
  26. -ms-user-select: none;
  27. user-select: none;
  28. outline: none;
  29. -webkit-tap-highlight-color: rgba(255, 255, 255, 0); /* mobile webkit */
  30. }
  31. #canvas {
  32. position: absolute;
  33. left: 0;
  34. right: 0;
  35. top: 0;
  36. margin: auto;
  37. }
  38. #rotate-prompt {
  39. position: fixed;
  40. width: 100%;
  41. height: 100%;
  42. left: 0;
  43. top: 0;
  44. background: #000;
  45. opacity: 0.9;
  46. visibility: hidden;
  47. z-index: 2541;
  48. text-align:center;
  49. }
  50. #prompt-icon {
  51. font-size: 24pt;
  52. position: relative;
  53. top: 50%;
  54. }
  55. </style>
  56. <style>#sg-loadscrn{
  57. position:fixed; top:0;left:0;width:100%; height:100%; background-color:#fff; z-index:9999;
  58. }
  59. #sg-loadtext{
  60. position:absolute;
  61. font-family: sans-serif;
  62. top:50%; left:50%;
  63. width: 250px;
  64. margin-left:-125px;
  65. margin-top:-125px;
  66. text-align:center;
  67. line-height:150%;
  68. font-size:16px;
  69. }</style>
  70. <script type="text/javascript">
  71. window.gameLangs = ['en', 'es', 'de', 'fr', 'it', 'pt', 'tr', 'ru', 'zh']; //ver from 29.9.14
  72. window.gameJS = ['game.min.js'];
  73. window.gameOnLoadScript = "startGame();"
  74. </script><script type="text/javascript" src="./assets/softgames-1.1.js"></script><script type="text/javascript" src="./assets/sg.hooks.js"></script>
  75. </head>
  76. <body >
  77. <div id="rotate-prompt">
  78. <image id="prompt-icon" src="media/rotate-icon.png"></image>
  79. </div>
  80. <canvas id="canvas" moz-opaque></canvas>
  81. <script type="text/JavaScript">
  82. window.shareData={
  83. 'title':'海盗传说',
  84. 'link':'http://game.ikongzhong.cn/games/hdcs/',
  85. 'imgurl':'http://game.ikongzhong.cn/games/hdcs/icon.png'
  86. }
  87. window.shareFriendData={
  88. 'title':'海盗传说',
  89. 'content':'关注空中传媒网络,更多好玩的游戏等着你。',
  90. 'link':'http://game.ikongzhong.cn/games/hdcs/',
  91. 'imgurl':'http://game.ikongzhong.cn/games/hdcs/icon.png'
  92. }
  93. </script>
  94. <script type="text/JavaScript" src="http://gc.veiying.cn/code"></script>
  95. </body>
  96. </html>