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