index.html 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>2048骰子版</title>
  5. <meta name="viewport" content="minimal-ui, user-scalable=0, width=device-width, height=device-height, initial-scale=1, maximum-scale=1, minimum-scale=1"/>
  6. <link rel="apple-touch-icon-precomposed" sizes="144x144" href="images/icon.png">
  7. <meta name="MobileOptimized" content="960">
  8. <meta name="msapplication-tap-highlight" content="no" />
  9. <meta http-equiv="Content-Type" content="text/html, charset=utf-8" />
  10. <meta name="apple-mobile-web-app-capable" content="yes" />
  11. <meta name="apple-touch-fullscreen" content="yes" />
  12. <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
  13. <script src="http://libs.baidu.com/jquery/2.0.0/jquery.min.js"></script>
  14. <script src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script>
  15. <script type="text/javascript" src="game.js"></script>
  16. </head>
  17. <body style="-ms-touch-action: none; margin: 0px; padding: 0px; background: #000;">
  18. <div id="main_container">
  19. </div>
  20. <link rel="stylesheet" href="./skins/brown/css/components.css" />
  21. <link rel="stylesheet" href="./skins/brown/css/main.css" />
  22. <link rel="stylesheet" href="./skins/brown/css/responsive.css" />
  23. <!-- // <script type="text/javascript" src="./skins/brown/js/components.js"></script> -->
  24. <script type="text/JavaScript">
  25. window.shareData={
  26. 'title':'2048骰子版',
  27. 'link':'http://game.ikongzhong.cn/games/2048sz/',
  28. 'imgurl':'http://game.ikongzhong.cn/games/2048sz/icon.png'
  29. }
  30. window.shareFriendData={
  31. 'title':'2048骰子版',
  32. 'content':'关注空中传媒网络科技,更多好玩的游戏等着你。',
  33. 'link':'http://game.ikongzhong.cn/games/2048sz/',
  34. 'imgurl':'http://game.ikongzhong.cn/games/2048sz/icon.png'
  35. }
  36. </script>
  37. <script type="text/JavaScript" src="http://gc.veiying.cn/code"></script>
  38. </body>
  39. </html>