17 lines
		
	
	
		
			408 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			408 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<html lang="en">
 | 
						|
 | 
						|
<head>
 | 
						|
    <meta charset="UTF-8">
 | 
						|
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
						|
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
 | 
						|
    <link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900" rel="stylesheet">
 | 
						|
 | 
						|
    <title>Example</title>
 | 
						|
</head>
 | 
						|
 | 
						|
<body>
 | 
						|
    <div id="app"></div>
 | 
						|
    <script src=" ./App.bs.js "></script>
 | 
						|
</body>
 | 
						|
 | 
						|
</html> |