index.html 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>全民抢房子</title>
  6. <meta name="apple-mobile-web-app-capable" content="yes"/>
  7. <meta name="full-screen" content="yes"/>
  8. <meta name="screen-orientation" content="portrait"/>
  9. <meta name="x5-fullscreen" content="true"/>
  10. <meta name="360-fullscreen" content="true"/>
  11. <style>
  12. body, canvas, div {
  13. -moz-user-select: none;
  14. -webkit-user-select: none;
  15. -ms-user-select: none;
  16. -khtml-user-select: none;
  17. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  18. }
  19. </style>
  20. </head>
  21. <body style="padding:0; margin: 0; background: #000;" >
  22. <canvas id="gameCanvas" width="640" height="1136"></canvas>
  23. <script src="game.min.js"></script>
  24. <script>
  25. // updateShare(0);
  26. function update_share_content(content) {
  27. // if (Play68 == undefined) {
  28. // return;
  29. // }
  30. // Play68.setShareInfo(content || "房地产商良心发现了,快来免费抢房子", "全民抢房子");
  31. }
  32. function prompt_share() {
  33. // if (Play68 == undefined) {
  34. // return;
  35. // }
  36. // Play68.shareFriend();
  37. }
  38. </script>
  39. <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>
  40. </body>
  41. </html>