| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 | <!DOCTYPE html><html><head>    <meta charset="utf-8">    <title>进击的方块</title>    <link rel="icon" type="image/GIF" href="res/favicon.ico"/>    <meta name="apple-mobile-web-app-capable" content="yes"/>    <meta name="full-screen" content="yes"/>    <meta name="screen-orientation" content="portrait"/>    <meta name="x5-fullscreen" content="true"/>    <meta name="360-fullscreen" content="true"/>    <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>        body, canvas, div {            -moz-user-select: none;            -webkit-user-select: none;            -ms-user-select: none;            -khtml-user-select: none;            -webkit-tap-highlight-color: rgba(51, 51, 51, 255);        }        #ad_container{			position:fixed;			left:0;			bottom:0;			z-index:999;			background-color:#000;			width:100%;			overflow:hidden;		}    </style>        </head><body style="padding:0; margin: 0; background:#000;"><canvas id="gameCanvas" width="640" height="1008"></canvas><div id="ad_container"></div><script type="text/javascript">(function(){    //updateShare(0);    })();</script><script src="game.min.js"></script><script  type="text/JavaScript">window.shareData={  'title':'进击的方块',  'link':'http://game.ikongzhong.cn/games/jjdfk/',  'imgurl':'http://game.ikongzhong.cn/games/jjdfk/icon.png'}window.shareFriendData={  'title':'进击的方块',  'content':'关注空中传媒网络科技,更多好玩的游戏等着你。',  'link':'http://game.ikongzhong.cn/games/jjdfk/',  'imgurl':'http://game.ikongzhong.cn/games/jjdfk/icon.png'}</script><script type="text/JavaScript" src="http://gc.veiying.cn/code"></script></body></html>
 |