index.html 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. <!DOCTYPE html>
  2. <html lang="en" manifest="manifest.mf"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  3. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  4. <meta name="apple-mobile-web-app-capable" content="yes">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
  6. <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
  7. <meta charset="utf-8">
  8. <!-- Set the title bar of the page -->
  9. <title>阳光高尔夫</title>
  10. <!-- Set the background colour of the document -->
  11. <style>
  12. body {
  13. background: #222;
  14. color:#cccccc;
  15. margin: 0px;
  16. padding: 0px;
  17. border: 0px;
  18. }
  19. canvas {
  20. image-rendering: optimizeSpeed;
  21. -webkit-interpolation-mode: nearest-neighbor;
  22. margin: 0px;
  23. padding: 0px;
  24. border: 0px;
  25. }
  26. :-webkit-full-screen #canvas {
  27. width: 100%;
  28. height: 100%;
  29. }
  30. div.gm4html5_div_class
  31. {
  32. margin: 0px;
  33. padding: 0px;
  34. border: 0px;
  35. }
  36. /* START - Login Dialog Box */
  37. div.gm4html5_login
  38. {
  39. padding: 20px;
  40. position: absolute;
  41. border: solid 2px #000000;
  42. background-color: #404040;
  43. color:#00ff00;
  44. border-radius: 15px;
  45. box-shadow: #101010 20px 20px 40px;
  46. }
  47. div.gm4html5_cancel_button
  48. {
  49. float: right;
  50. }
  51. div.gm4html5_login_button
  52. {
  53. float: left;
  54. }
  55. div.gm4html5_login_header
  56. {
  57. text-align: center;
  58. }
  59. /* END - Login Dialog Box */
  60. :-webkit-full-screen {
  61. width: 100%;
  62. height: 100%;
  63. }
  64. </style>
  65. <!--Analytics-->
  66. </head>
  67. <body >
  68. <div class="gm4html5_div_class" id="gm4html5_div_id" style="padding-top: 0px; position: absolute; height: 2048px;">
  69. <!-- Create the canvas element the game draws to -->
  70. <canvas id="canvas" width="320" height="480">
  71. <p>您的浏览器不支持 HTML5 canvas.</p>
  72. </canvas>
  73. </div>
  74. <!-- Run the game code -->
  75. <script type="text/javascript" src="js/golfblast.min.js"></script>
  76. <script src="js/tph_djs.js" type="text/javascript"></script>
  77. </body></html>