123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <!DOCTYPE html>
- <html>
-
- <head>
- <title>2048骰子版</title>
- <meta name="viewport" content="minimal-ui, user-scalable=0, width=device-width, height=device-height, initial-scale=1, maximum-scale=1, minimum-scale=1"/>
- <link rel="apple-touch-icon-precomposed" sizes="144x144" href="images/icon.png">
- <meta name="MobileOptimized" content="960">
- <meta name="msapplication-tap-highlight" content="no" />
- <meta http-equiv="Content-Type" content="text/html, charset=utf-8" />
- <meta name="apple-mobile-web-app-capable" content="yes" />
- <meta name="apple-touch-fullscreen" 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>
-
- <script type="text/javascript" src="game.js"></script>
-
- </head>
-
- <body style="-ms-touch-action: none; margin: 0px; padding: 0px; background: #000;">
- <div id="main_container">
- </div>
- <link rel="stylesheet" href="./skins/brown/css/components.css" />
- <link rel="stylesheet" href="./skins/brown/css/main.css" />
- <link rel="stylesheet" href="./skins/brown/css/responsive.css" />
- <!-- // <script type="text/javascript" src="./skins/brown/js/components.js"></script> -->
-
- <script type="text/JavaScript">
- window.shareData={
- 'title':'2048骰子版',
- 'link':'http://game.ikongzhong.cn/games/2048sz/',
- 'imgurl':'http://game.ikongzhong.cn/games/2048sz/icon.png'
- }
- window.shareFriendData={
- 'title':'2048骰子版',
- 'content':'关注空中传媒网络科技,更多好玩的游戏等着你。',
- 'link':'http://game.ikongzhong.cn/games/2048sz/',
- 'imgurl':'http://game.ikongzhong.cn/games/2048sz/icon.png'
- }
- </script>
- <script type="text/JavaScript" src="http://gc.veiying.cn/code"></script>
- </body>
- </html>
|