1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <!DOCTYPE html>
- <html>
- <head><meta name="x-key" content="c5209041f558f0340b4538a21b21e3d5">
- <meta name="x-banner" content="980195" data-type="1">
-
- <meta charset="utf-8">
- <title>数不独</title>
-
- <meta name="viewport" content="user-scalable=no" />
- <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>
- <style>
- #spn {
- text-align: center;
- left: 120px;
- right: 450px;
- /*width: 20;*/
- /*height:40;*/
- bottom: -5px;
- position: fixed;
- /*background-color:#FFF;*/
- filter: alpha(opacity:0);
- /*z-index:999;*/
- }
- </style>
- <script src="game.min.js"></script>
- </head>
- <body style="padding: 0; margin: 0; background: #000;" >
- <canvas id="gameCanvas" width="480" height="800"></canvas>
- </body>
- </html>
|