index.html 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <!DOCTYPE html>
  2. <html>
  3. <head><meta name="x-key" content="c5209041f558f0340b4538a21b21e3d5">
  4. <meta name="x-banner" content="980195" data-type="1">
  5. <meta charset="utf-8">
  6. <title>数不独</title>
  7. <meta name="viewport" content="user-scalable=no" />
  8. <meta name="apple-mobile-web-app-capable" content="yes" />
  9. <meta name="full-screen" content="yes" />
  10. <meta name="screen-orientation" content="portrait" />
  11. <meta name="x5-fullscreen" content="true" />
  12. <meta name="360-fullscreen" content="true" />
  13. <style>
  14. body, canvas, div {
  15. -moz-user-select: none;
  16. -webkit-user-select: none;
  17. -ms-user-select: none;
  18. -khtml-user-select: none;
  19. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  20. }
  21. </style>
  22. <style>
  23. #spn {
  24. text-align: center;
  25. left: 120px;
  26. right: 450px;
  27. /*width: 20;*/
  28. /*height:40;*/
  29. bottom: -5px;
  30. position: fixed;
  31. /*background-color:#FFF;*/
  32. filter: alpha(opacity:0);
  33. /*z-index:999;*/
  34. }
  35. </style>
  36. <script src="game.min.js"></script>
  37. </head>
  38. <body style="padding: 0; margin: 0; background: #000;" >
  39. <canvas id="gameCanvas" width="480" height="800"></canvas>
  40. </body>
  41. </html>