13 lines
427 B
HTML
13 lines
427 B
HTML
<!doctype html>
|
|
<html lang="en" class="dark">
|
|
<head>
|
|
<title>Froth Pages</title>
|
|
<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" data-theme="froth-noire">
|
|
<div style="display: contents" class="h-full overflow-hidden">%sveltekit.body%</div>
|
|
</body>
|
|
</html>
|