my-portfolio/src/app.html

22 lines
718 B
HTML
Raw Normal View History

2024-04-13 19:15:03 +00:00
<!doctype html>
2024-04-23 14:56:43 +00:00
<html lang="en" class="">
2024-04-13 19:15:03 +00:00
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap"
rel="stylesheet"
/>
2024-04-13 19:15:03 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1" />
%sveltekit.head%
</head>
<body
data-sveltekit-preload-data="hover"
class="bg-stone-200 dark:bg-primary-900 text-primary-900 dark:text-stone-200"
>
2024-04-13 19:15:03 +00:00
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>