File size: 412 Bytes
a03b3ba |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
<!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
data-sveltekit-preload-data="hover"
style="min-height: 100vh; display: grid; grid-template-rows: auto 1fr auto"
>
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>
|