forked from ORGANISATION-KA-INTERNATIONALE/FEDIVERSE-OKI
24 lines
1.1 KiB
HTML
24 lines
1.1 KiB
HTML
|
|
<!doctype html>
|
||
|
|
<html lang="%lang%">
|
||
|
|
<head>
|
||
|
|
<meta charset="utf-8" />
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
|
|
<meta name="text-scale" content="scale" />
|
||
|
|
<meta name="theme-color" content="#0D0D0D" />
|
||
|
|
<link rel="icon" href="/images/favicon.ico" sizes="48x48" />
|
||
|
|
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32" />
|
||
|
|
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16" />
|
||
|
|
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png" />
|
||
|
|
<link rel="manifest" href="/manifest.webmanifest" />
|
||
|
|
<link rel="preload" href="/fonts/archivo-latin-700-normal.woff2" as="font" type="font/woff2" crossorigin />
|
||
|
|
<link rel="preload" href="/fonts/inter-latin-400-normal.woff2" as="font" type="font/woff2" crossorigin />
|
||
|
|
<link rel="stylesheet" href="/fonts/fonts.css" />
|
||
|
|
<script src="/theme.js"></script>
|
||
|
|
<script src="/registerSW.js" defer></script>
|
||
|
|
%sveltekit.head%
|
||
|
|
</head>
|
||
|
|
<body data-sveltekit-preload-data="hover">
|
||
|
|
<div style="display: contents">%sveltekit.body%</div>
|
||
|
|
</body>
|
||
|
|
</html>
|