2023-10-17 18:51:44 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
%sveltekit.head%
|
2023-10-31 17:43:27 +01:00
|
|
|
|
2023-10-18 16:04:50 +02:00
|
|
|
<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=Meow+Script&display=swap" rel="stylesheet"> </head>
|
2023-11-13 16:06:50 +01:00
|
|
|
<script async src="https://analytics.eu.umami.is/script.js" data-website-id="6e27bba6-8df0-455e-8ccd-01c2a90fc51f"></script>
|
2023-11-13 17:58:58 +01:00
|
|
|
|
|
|
|
<!-- favicon -->
|
|
|
|
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon.png">
|
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
|
|
|
<link rel="manifest" href="/site.webmanifest">
|
|
|
|
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
|
|
|
|
<meta name="msapplication-TileColor" content="#da532c">
|
|
|
|
<meta name="theme-color" content="#ffffff">
|
|
|
|
|
2023-11-20 16:16:23 +01:00
|
|
|
<script src="/lazy.js"/>
|
|
|
|
|
2023-10-17 18:51:44 +02:00
|
|
|
<body data-sveltekit-preload-data="hover">
|
|
|
|
<div style="display: contents">%sveltekit.body%</div>
|
|
|
|
</body>
|
|
|
|
</html>
|