21 lines
		
	
	
		
			456 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			456 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <!-- #docregion -->
 | |
| <html lang="en">
 | |
|   <head>
 | |
|     <!-- Set the base href -->
 | |
|     <!-- #docregion base-href -->
 | |
|     <base href="/">
 | |
|     <!-- #enddocregion base-href -->
 | |
|     <title>Angular Router</title>
 | |
|     <meta charset="UTF-8">
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1">
 | |
|     <link rel="stylesheet" href="assets/app.css">
 | |
|   </head>
 | |
| 
 | |
|   <body>
 | |
|     <app-root></app-root>
 | |
|   </body>
 | |
| 
 | |
| </html>
 | |
| <!-- #enddocregion -->
 |