20 lines
		
	
	
		
			425 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			20 lines
		
	
	
		
			425 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
|  | <!-- #docregion --> | ||
|  | <!DOCTYPE html> | ||
|  | <html> | ||
|  |   <head> | ||
|  |     <base href="/"> | ||
|  |     <title>Angular Tour of Heroes</title> | ||
|  |     <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|  | 
 | ||
|  |     <link rel="stylesheet" href="styles.css"> | ||
|  | 
 | ||
|  |     <script src="shim.min.js"></script> | ||
|  |     <script src="zone.min.js"></script> | ||
|  |   </head> | ||
|  | 
 | ||
|  |   <body> | ||
|  |     <my-app>Loading...</my-app> | ||
|  |   </body> | ||
|  |   <script src="dist/build.js"></script> | ||
|  | </html> |