29 lines
		
	
	
		
			525 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			525 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
|   <head>
 | |
|     <meta charset="UTF-8" />
 | |
|     <title>Kevin' lab</title>
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 | |
|     <meta
 | |
|       name="description"
 | |
|       content=""
 | |
|     />
 | |
|     <meta name="keywords" content="" />
 | |
|     <meta name="author" content="Kevin Midbøe" />
 | |
| 
 | |
|     <meta
 | |
|       name="description"
 | |
|       content=""
 | |
|     />
 | |
| 
 | |
|   </head>
 | |
|   <body>
 | |
|     <div id="app"></div>
 | |
| 
 | |
|     <script src="/public/analytics.js" async></script>
 | |
|   </body>
 | |
| </html>
 | |
| 
 | |
| <style>
 | |
| </style>
 |