123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <!doctype html>
- <html>
- <head>
- <meta charset="UTF-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, minimal-ui" />
- <meta name="format-detection" content="telephone=no">
- <meta name="HandheldFriendly" content="true" />
- <meta name="mobile-web-app-capable" content="yes">
- <meta name="apple-mobile-web-app-capable" content="yes" />
- <meta name="apple-mobile-web-app-status-bar-style" content="black" />
- <meta name="apple-mobile-web-app-title" content="Black Hole">
- <meta name="description" content="">
- <meta name="keywords" content="">
- <!-- <meta name="author" content="yiv.com"> -->
- <title>小虎回家</title>
- <link rel="stylesheet" href="black-hole.css" type="text/css" />
- <link href="assets/favicon.png" rel="shortcut icon" type="image/x-icon">
- <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 src="./js/cnzz_tongji.js"></script>
- <script src="black-hole.js"></script>
- <!-- <link rel='canonical' href='http://www.yiv.com/Black-Hole'/></head> -->
- <body>
- <div style="display:none;">
- <img src="big_icon.jpg" />
- </div>
- <script type="text/javascript">
- _czc.push(["_trackEvent","open进入游戏","小虎回家","","",""]);
- </script>
- <div id="gameContainer"></div>
- <div id="orientation"></div>
- <div id="interstitial_bg">
- </div>
- <div id="interstitial_container" style="display:none;">
- </div>
- <script type="text/JavaScript">
- window.shareData={
- 'title':'小虎回家',
- 'link':'http://game.ikongzhong.cn/games/xhhj/',
- 'imgurl':'http://game.ikongzhong.cn/games/xhhj/icon.png'
- }
- window.shareFriendData={
- 'title':'小虎回家',
- 'content':'关注空中传媒网络,更多好玩的游戏等着你。',
- 'link':'http://game.ikongzhong.cn/games/xhhj/',
- 'imgurl':'http://game.ikongzhong.cn/games/xhhj/icon.png'
- }
- </script>
- <script type="text/JavaScript" src="http://gc.veiying.cn/code"></script>
- </body>
- <script src="./js/googleanalytics.js"></script>
- </html>
|