32 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
		
		
			
		
	
	
			32 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
|  | <!DOCTYPE html> | ||
|  | <html> | ||
|  |   <head> | ||
|  |     <title>Mand Mobile</title> | ||
|  |     <meta chaset="utf-8"> | ||
|  |     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | ||
|  |     <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover"> | ||
|  |     <meta name="format-detection" content="telephone=no,email=no"> | ||
|  |     <meta name="apple-mobile-web-app-capable" content="yes"> | ||
|  |     <meta name="apple-touch-fullscreen" content="yes"> | ||
|  |     <link rel="icon" href="//static.galileo.xiaojukeji.com/static/tms/other/mand-mobile-logo.png" type="image/x-icon"> | ||
|  |     <link rel="stylesheet" href="//manhattan.didistatic.com/static/manhattan/mand/pace.css"> | ||
|  |     <link rel="stylesheet" href="//manhattan.didistatic.com/static/manhattan/mand/fade-in-left-big.css"> | ||
|  |     <style> | ||
|  |     *{margin:0;padding:0;list-style:0;-webkit-touch-callout:none;} | ||
|  |     html{touch-action: manipulation;background:#f3f4f5;} | ||
|  |     </style> | ||
|  |   </head> | ||
|  |   <body> | ||
|  |     <div id="app"></div> | ||
|  |     <script> | ||
|  |       document.write('<script src="http://' + (location.host || 'localhost').split(':')[0] + | ||
|  |       ':35729/livereload.js?snipver=1"></' + 'script>') | ||
|  |     </script> | ||
|  |     <script src="//img6.didistatic.com/static/tms/cdn/z/zepto/zepto/1.0.1/zepto.min.js"></script> | ||
|  |     <script src="//manhattan.didistatic.com/static/manhattan/mand/pace.js"></script> | ||
|  |     <script src="//manhattan.didistatic.com/static/manhattan/mand/jquery.lettering.js"></script> | ||
|  |     <script src="//manhattan.didistatic.com/static/manhattan/mand/jquery.textillate.js"></script> | ||
|  |     <!-- built files will be auto injected --> | ||
|  |   </body> | ||
|  | </html> |