123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta charset="utf-8">
- <title>萌萌水贼</title>
- <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
- <meta name="apple-mobile-web-app-capable" content="yes">
- <style type="text/css">
- html, body{
- height: 100%;
- width: 100%;
- margin: 0;
- padding: 0;
- background-color:black;
- -ms-touch-action:none;
- }
- body {
- overflow:hidden;
- outline:none;
- }
- .ui-loader {
- display:none;
- }
- </style>
- <link rel="icon" href="icon.ico">
- <style>#sg-loadscrn{
- position:fixed; top:0;left:0;width:100%; height:100%; background-color:#fff; z-index:9999;
- }
- #sg-spinner.no-img{
- background: #ffffff;
- }
- #sg-loadtext{
- position:absolute;
- font-family: sans-serif;
- top:50%; left:50%;
- width: 250px;
- margin-left:-125px;
- margin-top:-125px;
- text-align:center;
- line-height:150%;
- font-size:16px;
- }</style>
- <script type="text/javascript">
- window.gameLangs = ['en', 'de', 'es', 'fr', 'it', 'pt', 'ru', 'tr', 'th'];
- window.gameJS = [
- 'js/third/jquery-2.1.1.min.js',
- 'js/third/jquery.mobile-1.4.4.min.js',
- 'js/at.min.js',
- 'js/main.js'
- ];
- window.gameOnLoadScript = "startGame();";
- </script><script type="text/javascript" src="./assets/softgames-1.1.js"></script><script type="text/javascript" src="./assets/sg.hooks.js"></script>
- </head>
- <body data-ajax="false">
- <canvas id="canvas"></canvas>
- </body>
- </html>
|