summaryrefslogtreecommitdiff
path: root/hi-ui/src/app.html
blob: 63eb91786e3cd5522fff9433c9d5e8b6faacf5b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!doctype html>
<html lang="en" class="dark">
	<head>
		<meta charset="utf-8" />
		<link rel="icon" href="%sveltekit.assets%/favicon.png" />
		<meta name="viewport" content="width=device-width, initial-scale=1" />
		%sveltekit.head%
	</head>
	<body data-sveltekit-preload-data="hover" data-theme="skeleton">
		<div style="display: contents">%sveltekit.body%</div>
	</body>
</html>