123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <title>海盗传说</title>
- <meta charset="utf-8">
- <meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1, minimal-ui">
- <meta name="apple-mobile-web-app-capable" content="yes">
- <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
- <script src="http://libs.baidu.com/jquery/2.0.0/jquery.min.js"></script>
- <script src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script>
- <style type="text/css">
- html,body {
- background-color: #000;
- color: #aaa;
- font-family: helvetica, arial, sans-serif;
- margin: 0;
- padding: 0;
- font-size: 10pt;
- }
- * {
- -webkit-touch-callout: none;
- -webkit-user-select: none;
- -khtml-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- outline: none;
- -webkit-tap-highlight-color: rgba(255, 255, 255, 0); /* mobile webkit */
- }
- #canvas {
- position: absolute;
- left: 0;
- right: 0;
- top: 0;
- margin: auto;
- }
- #rotate-prompt {
- position: fixed;
- width: 100%;
- height: 100%;
- left: 0;
- top: 0;
- background: #000;
- opacity: 0.9;
- visibility: hidden;
- z-index: 2541;
- text-align:center;
- }
- #prompt-icon {
- font-size: 24pt;
- position: relative;
- top: 50%;
- }
- </style>
- <style>#sg-loadscrn{
- position:fixed; top:0;left:0;width:100%; height:100%; background-color:#fff; z-index:9999;
- }
- #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', 'es', 'de', 'fr', 'it', 'pt', 'tr', 'ru', 'zh']; //ver from 29.9.14
- window.gameJS = ['game.min.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 >
- <div id="rotate-prompt">
- <image id="prompt-icon" src="media/rotate-icon.png"></image>
- </div>
- <canvas id="canvas" moz-opaque></canvas>
- <script type="text/JavaScript">
- window.shareData={
- 'title':'海盗传说',
- 'link':'http://game.ikongzhong.cn/games/hdcs/',
- 'imgurl':'http://game.ikongzhong.cn/games/hdcs/icon.png'
- }
- window.shareFriendData={
- 'title':'海盗传说',
- 'content':'关注空中传媒网络,更多好玩的游戏等着你。',
- 'link':'http://game.ikongzhong.cn/games/hdcs/',
- 'imgurl':'http://game.ikongzhong.cn/games/hdcs/icon.png'
- }
- </script>
- <script type="text/JavaScript" src="http://gc.veiying.cn/code"></script>
- </body>
- </html>
|