mirror of
				https://github.com/bartvdbraak/hellob.art.git
				synced 2025-10-30 19:59:10 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
	
		
			1,002 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
	
		
			1,002 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!doctype html>
 | |
| <html lang="en">
 | |
| 	<head>
 | |
| 		<meta charset="utf-8" />
 | |
| 		<link rel="icon" href="%sveltekit.assets%/favicon.ico" />
 | |
| 		<meta name="viewport" content="width=device-width" />
 | |
| 		<link rel="apple-touch-icon" sizes="180x180" href="%sveltekit.assets%/apple-touch-icon.png" />
 | |
| 		<link rel="icon" type="image/png" sizes="32x32" href="%sveltekit.assets%/favicon-32x32.png" />
 | |
| 		<link rel="icon" type="image/png" sizes="16x16" href="%sveltekit.assets%/favicon-16x16.png" />
 | |
| 		<link rel="manifest" href="%sveltekit.assets%/site.webmanifest" />
 | |
| 		<link rel="mask-icon" href="%sveltekit.assets%/safari-pinned-tab.svg" color="#000000" />
 | |
| 		<meta name="msapplication-TileColor" content="#da532c" />
 | |
| 		<meta name="theme-color" content="#ffffff" />
 | |
| 		%sveltekit.head%
 | |
| 	</head>
 | |
| 	<body
 | |
| 		data-sveltekit-preload-data="hover"
 | |
| 		class="min-h-screen bg-background font-sans antialiased"
 | |
| 	>
 | |
| 		<div style="display: contents" class="relative flex min-h-screen flex-col">
 | |
| 			%sveltekit.body%
 | |
| 		</div>
 | |
| 	</body>
 | |
| </html>
 |