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

23 lines
596 B
HTML
Raw Normal View History

2023-02-21 22:09:10 +00:00
<!DOCTYPE html>
<html lang="fr" class="h-full bg-slate-100">
2023-02-21 22:09:10 +00:00
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, viewport-fit=cover"
/>
2023-07-11 22:13:18 +01:00
<link rel="icon" href="%sveltekit.assets%/icon.png" />
<link rel="manifest" href="%sveltekit.assets%/manifest.webmanifest" />
<link rel="apple-touch-icon" href="%sveltekit.assets%/icon-192.png" />
2023-07-11 22:13:18 +01:00
<meta name="theme-color" content="#ea580c" />
2023-07-11 22:13:18 +01:00
<meta name="color-scheme" content="light" />
2023-02-21 22:09:10 +00:00
%sveltekit.head%
</head>
<body class="h-full">
2023-02-21 22:09:10 +00:00
<div>%sveltekit.body%</div>
</body>
</html>