| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 | 
							
- <!DOCTYPE html>
 
- <html lang="en" style="min-height: 568px;"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 
- 	<meta charset="utf-8">
 
-     <title>高尔夫花园 - Play68.com 小游戏</title>
 
- 	<meta name="apple-mobile-web-app-capable" content="yes">
 
-     <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=0">
 
- 	<style>
 
- 		body {
 
- 			margin: 0px;
 
- 			padding: 0px;
 
- 			width: 100%;
 
- 			background-color:black;
 
- 		}
 
- 		canvas {
 
- 			image-rendering: -o-crisp-edges;
 
- 			image-rendering: optimize-contrast;
 
- 			-ms-interpolation-mode: nearest-neighbor;
 
- 			-webkit-tap-highlight-color: rgba(0,0,0,0);
 
- 			-moz-tap-highlight-color: rgba(0,0,0,0);
 
- 			tap-highlight-color: rgba(0,0,0,0);
 
- 			user-select: none;
 
- 			-webkit-touch-callout: none;
 
- 			-webkit-user-select: none;
 
- 			-moz-user-select: none;
 
- 			-ms-user-select: none;
 
- 		}
 
- 	</style>
 
- 	<script src="./src/viewporter.js"></script>
 
-     <script type="text/javascript">navigator.__defineGetter__('userAgent',
 
-             function () {
 
-                 return 'Mozilla/5.0 (iPhone; CPU iPhone OS 6_1_4 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) CriOS/27.0.1453.10 Mobile/10B350 Safari/8536.25 MicroMessenger/5.0.1';
 
-             });
 
-     </script>
 
-     
 
- <link type="text/css" href="./src/common.css" rel="stylesheet">
 
- <script type="text/javascript" src="./src/zepto.min.js"></script>
 
- <script src="./src/common.js"></script>
 
- <script>
 
- if (typeof window !== "undefined" && !window.kaisergames){
 
-     window.kaisergames = new function(){
 
-         return {
 
-           
 
-             gameOver: function(level, score) {
 
-                 console.log("asdfdf0");
 
-                 if (!level) level = "-";
 
-                 console.debug("Sending level " + level + " with score " + score
 
-                         + " to KaiserGames (preview mode)");
 
- 						            },
 
-            
 
-             levelUp: function(level, score) {
 
-                 console.log("asdfdf1");
 
-                 if (!level) level = "-";
 
-                 console.debug("Sending level " + level + " with score "
 
-                         + score + " to KaiserGames (preview mode)");
 
- 			 	// updateShare(level,score);
 
-             },
 
-                      
 
-           
 
-            submitHighscore: function(level, score) {
 
- 			   
 
-           /* if (!level) level = "-";
 
-         console.debug("Sending level " + level + " with score " + score + " to KaiserGames (preview mode)");
 
- 		*/
 
- 				
 
- 				 
 
-             }
 
- 			
 
-         }
 
-     }
 
- }
 
- </script></head>
 
- 	<body>
 
- 		<div id="viewporter" style="margin-top: 0px; margin-left: 185.625px; position: relative; height: 568px;">
 
- 		   <canvas id="canvas" moz-opaque="" width="600" height="800" style="width: 639.75px; height: 853px;"></canvas>
 
- 		</div>
 
-         		<input id="bt-game-id" type="hidden" value="miniputtgarden">
 
-  
 
-         <script src="./src/TweenMax.min.js"></script>
 
-         <script src="./src/howler.js"></script>
 
-         <script src="./src/app.js"></script>
 
-         <script type="text/javascript">
 
-             btGame.onlyVScreen();
 
-             btGame.playLogoAdv();
 
-         </script>
 
-         <script>
 
-             function setShare(level,shareScore){
 
-              
 
- 				
 
- 				// play68_submitScore(level,shareScore);
 
-             
 
- 				
 
-             }
 
-   
 
-         </script>
 
-         </div>
 
-     </body>
 
- </html>
 
 
  |