16 lines
385 B
HTML
16 lines
385 B
HTML
<!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, initial-scale=1" />
|
|
%sveltekit.head%
|
|
</head>
|
|
<body
|
|
data-sveltekit-preload-data="hover"
|
|
class="flex min-h-screen flex-col items-center gap-8 p-4 max-sm:px-2"
|
|
>
|
|
%sveltekit.body%
|
|
</body>
|
|
</html>
|