index.html 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  5. <meta charset="utf-8">
  6. <title>萌萌水贼</title>
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
  8. <meta name="apple-mobile-web-app-capable" content="yes">
  9. <style type="text/css">
  10. html, body{
  11. height: 100%;
  12. width: 100%;
  13. margin: 0;
  14. padding: 0;
  15. background-color:black;
  16. -ms-touch-action:none;
  17. }
  18. body {
  19. overflow:hidden;
  20. outline:none;
  21. }
  22. .ui-loader {
  23. display:none;
  24. }
  25. </style>
  26. <link rel="icon" href="icon.ico">
  27. <style>#sg-loadscrn{
  28. position:fixed; top:0;left:0;width:100%; height:100%; background-color:#fff; z-index:9999;
  29. }
  30. #sg-spinner.no-img{
  31. background: #ffffff;
  32. }
  33. #sg-loadtext{
  34. position:absolute;
  35. font-family: sans-serif;
  36. top:50%; left:50%;
  37. width: 250px;
  38. margin-left:-125px;
  39. margin-top:-125px;
  40. text-align:center;
  41. line-height:150%;
  42. font-size:16px;
  43. }</style>
  44. <script type="text/javascript">
  45. window.gameLangs = ['en', 'de', 'es', 'fr', 'it', 'pt', 'ru', 'tr', 'th'];
  46. window.gameJS = [
  47. 'js/third/jquery-2.1.1.min.js',
  48. 'js/third/jquery.mobile-1.4.4.min.js',
  49. 'js/at.min.js',
  50. 'js/main.js'
  51. ];
  52. window.gameOnLoadScript = "startGame();";
  53. </script><script type="text/javascript" src="./assets/softgames-1.1.js"></script><script type="text/javascript" src="./assets/sg.hooks.js"></script>
  54. </head>
  55. <body data-ajax="false">
  56. <canvas id="canvas"></canvas>
  57. </body>
  58. </html>