Files
oki-podcast-reader/src/app.html
T

20 lines
537 B
HTML
Raw Normal View History

2023-02-21 22:09:10 +00:00
<!DOCTYPE html>
2023-07-11 22:13:18 +01:00
<html lang="en" class="h-full scroll-smooth bg-white hover:scroll-auto">
2023-02-21 22:09:10 +00:00
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
2023-07-11 22:13:18 +01:00
<link rel="icon" href="%sveltekit.assets%/icon.png" />
<meta name="theme-color" content="#f97316" />
<meta name="color-scheme" content="light" />
2023-07-29 17:57:14 +01:00
<link rel="bookmark" title="Svelte Podcast Docs" />
2023-07-11 22:13:18 +01:00
2023-02-21 22:09:10 +00:00
%sveltekit.head%
</head>
2023-07-11 22:13:18 +01:00
<body class="h-full scroll-smooth hover:scroll-auto">
2023-02-21 22:09:10 +00:00
<div>%sveltekit.body%</div>
</body>
</html>