| 
									
										
										
										
											2016-03-16 14:39:06 -04:00
										 |  |  | <!DOCTYPE html> | 
					
						
							|  |  |  | <html> | 
					
						
							|  |  |  |   <!-- #docregion head --> | 
					
						
							|  |  |  |   <!-- #docregion base-href --> | 
					
						
							|  |  |  |   <head> | 
					
						
							| 
									
										
										
										
											2016-04-13 16:30:45 -07:00
										 |  |  |     <base href="/">   <!-- For testing using pub serve directly --> | 
					
						
							|  |  |  |     <!-- base href="/dart/web/" --> <!-- For testing in WebStorm --> | 
					
						
							| 
									
										
										
										
											2016-03-16 14:39:06 -04:00
										 |  |  |     <!-- #enddocregion base-href --> | 
					
						
							|  |  |  |     <title>Angular 2 Tour of Heroes</title> | 
					
						
							|  |  |  |     <meta name="viewport" content="width=device-width, initial-scale=1"> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <!-- #enddocregion head --> | 
					
						
							|  |  |  |     <!-- #docregion css --> | 
					
						
							|  |  |  |     <link rel="stylesheet" href="styles.css"> | 
					
						
							|  |  |  |     <!-- #enddocregion css --> | 
					
						
							|  |  |  |     <!-- #docregion head --> | 
					
						
							|  |  |  |     <script defer src="main.dart" type="application/dart"></script> | 
					
						
							|  |  |  |     <script defer src="packages/browser/dart.js"></script> | 
					
						
							|  |  |  |   </head> | 
					
						
							|  |  |  |   <!-- #enddocregion head --> | 
					
						
							|  |  |  |   <body> | 
					
						
							|  |  |  |     <my-app>Loading...</my-app> | 
					
						
							|  |  |  |   </body> | 
					
						
							|  |  |  | </html> |