28 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
|   <head>
 | |
|     <title>Mand Mobile</title>
 | |
|     <meta charset="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 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>
 |