index.html 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, minimal-ui" />
  6. <meta name="format-detection" content="telephone=no">
  7. <meta name="HandheldFriendly" content="true" />
  8. <meta name="mobile-web-app-capable" content="yes">
  9. <meta name="apple-mobile-web-app-capable" content="yes" />
  10. <meta name="apple-mobile-web-app-status-bar-style" content="black" />
  11. <meta name="apple-mobile-web-app-title" content="Black Hole">
  12. <meta name="description" content="">
  13. <meta name="keywords" content="">
  14. <!-- <meta name="author" content="yiv.com"> -->
  15. <title>小虎回家</title>
  16. <link rel="stylesheet" href="black-hole.css" type="text/css" />
  17. <link href="assets/favicon.png" rel="shortcut icon" type="image/x-icon">
  18. <script src="http://libs.baidu.com/jquery/2.0.0/jquery.min.js"></script>
  19. <script src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script>
  20. <script src="./js/cnzz_tongji.js"></script>
  21. <script src="black-hole.js"></script>
  22. <!-- <link rel='canonical' href='http://www.yiv.com/Black-Hole'/></head> -->
  23. <body>
  24. <div style="display:none;">
  25. <img src="big_icon.jpg" />
  26. </div>
  27. <script type="text/javascript">
  28. _czc.push(["_trackEvent","open进入游戏","小虎回家","","",""]);
  29. </script>
  30. <div id="gameContainer"></div>
  31. <div id="orientation"></div>
  32. <div id="interstitial_bg">
  33. </div>
  34. <div id="interstitial_container" style="display:none;">
  35. </div>
  36. <script type="text/JavaScript">
  37. window.shareData={
  38. 'title':'小虎回家',
  39. 'link':'http://game.ikongzhong.cn/games/xhhj/',
  40. 'imgurl':'http://game.ikongzhong.cn/games/xhhj/icon.png'
  41. }
  42. window.shareFriendData={
  43. 'title':'小虎回家',
  44. 'content':'关注空中传媒网络,更多好玩的游戏等着你。',
  45. 'link':'http://game.ikongzhong.cn/games/xhhj/',
  46. 'imgurl':'http://game.ikongzhong.cn/games/xhhj/icon.png'
  47. }
  48. </script>
  49. <script type="text/JavaScript" src="http://gc.veiying.cn/code"></script>
  50. </body>
  51. <script src="./js/googleanalytics.js"></script>
  52. </html>