You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							23 lines
						
					
					
						
							606 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							23 lines
						
					
					
						
							606 B
						
					
					
				| <!DOCTYPE html> | |
| <html> | |
| 
 | |
| <head> | |
|     <meta charset="UTF-8"> | |
|     <title></title> | |
|     <link rel="shortcut icon" href="/assets/images/favicon.ico"> | |
|     <link rel="stylesheet" type="text/css" href="/assets/font_sc/iconfont.css"> | |
| </head> | |
| <style> | |
|     @font-face { | |
|         font-family: YouSheBiaoTiHei; | |
|         src: url("/assets/font_sc/YouSheBiaoTiHei-2.ttf"); | |
|     } | |
| </style> | |
| 
 | |
| <body> | |
|     <div id='App'></div> | |
|     <script type="text/javascript" src="http://localhost:5401/client/build/vendor.js"></script> | |
|     <script type="text/javascript" src="http://localhost:5401/client/build/app.js"></script> | |
| </body> | |
| 
 | |
| </html> |