17 lines
		
	
	
		
			350 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			17 lines
		
	
	
		
			350 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
|  | <!DOCTYPE html> | ||
|  | <html> | ||
|  | <head> | ||
|  | <script type="text/javascript" src="bootstrap.js"></script> | ||
|  | <script type="text/javascript"> | ||
|  |   System.import('main-dynamic').catch(console.error.bind(console)); | ||
|  | </script> | ||
|  | <link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon" /> | ||
|  | </head> | ||
|  | 
 | ||
|  | <body> | ||
|  | <example-app> | ||
|  |   loading... | ||
|  | </example-app> | ||
|  | </body> | ||
|  | </html> |