Files
oki-podcast-reader/src/app.html
T
2023-07-29 17:57:14 +01:00

20 lines
537 B
HTML

<!DOCTYPE html>
<html lang="en" class="h-full scroll-smooth bg-white hover:scroll-auto">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="%sveltekit.assets%/icon.png" />
<meta name="theme-color" content="#f97316" />
<meta name="color-scheme" content="light" />
<link rel="bookmark" title="Svelte Podcast Docs" />
%sveltekit.head%
</head>
<body class="h-full scroll-smooth hover:scroll-auto">
<div>%sveltekit.body%</div>
</body>
</html>