my-portfolio/src/app.html

16 lines
719 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">
<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 font-jose font-light">
2024-04-13 19:15:03 +00:00
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>