阳光高尔夫.html 2.8 KB

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