1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <title>全民抢房子</title>
- <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"/>
- <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(0, 0, 0, 0);
- }
- </style>
-
- </head>
- <body style="padding:0; margin: 0; background: #000;" >
- <canvas id="gameCanvas" width="640" height="1136"></canvas>
- <script src="game.min.js"></script>
- <script>
- // updateShare(0);
- function update_share_content(content) {
- // if (Play68 == undefined) {
- // return;
- // }
-
- // Play68.setShareInfo(content || "房地产商良心发现了,快来免费抢房子", "全民抢房子");
- }
- function prompt_share() {
- // if (Play68 == undefined) {
- // return;
- // }
- // Play68.shareFriend();
- }
- </script>
- <script type="text/javascript">var cnzz_protocol = (("https:" == document.location.protocol) ? " https://" : " http://");document.write(unescape("%3Cspan id='cnzz_stat_icon_1253074934'%3E%3C/span%3E%3Cscript src='" + cnzz_protocol + "s95.cnzz.com/z_stat.php%3Fid%3D1253074934' type='text/javascript'%3E%3C/script%3E"));</script>
- </body>
- </html>
|