20 lines
		
	
	
		
			499 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			20 lines
		
	
	
		
			499 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
|  | <!DOCTYPE html> | ||
|  | 
 | ||
|  | <html> | ||
|  | <head> | ||
|  |     <meta charset="utf-8"> | ||
|  |     <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
|  |     <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|  |     <title>Hierarchical Injector</title> | ||
|  |     <script defer src="main.dart" type="application/dart"></script> | ||
|  |     <script defer src="packages/browser/dart.js"></script> | ||
|  | </head> | ||
|  | 
 | ||
|  | <body> | ||
|  | <!-- #docregion heroes-list --> | ||
|  |   <heroes-list>loading...</heroes-list> | ||
|  | <!-- #enddocregion heroes-list --> | ||
|  | 
 | ||
|  | </body> | ||
|  | </html> |