File size: 352 Bytes
142f91b
 
 
 
 
 
 
 
66ed450
 
142f91b
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html lang="en">
	<head>
		<meta charset="utf-8" />
		<link rel="icon" href="%sveltekit.assets%/favicon.png" />
		<meta name="viewport" content="width=device-width" />
		%sveltekit.head%
	</head>
	<!-- <body class="dark:bg-[rgb(11,15,25)] bg-white dark:text-white text-black"> -->
	<body>
		<div>%sveltekit.body%</div>
	</body>
</html>