2025-09-17 19:29:13 +02:00
|
|
|
<!doctype html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8" />
|
2026-06-12 15:53:26 +02:00
|
|
|
<link rel="icon" href="favicon.ico" sizes="48x48" />
|
|
|
|
|
<link rel="icon" href="favicon.svg" sizes="any" type="image/svg+xml" />
|
|
|
|
|
|
|
|
|
|
<link rel="apple-touch-icon" href="apple-touch-icon-180x180.png" />
|
|
|
|
|
|
|
|
|
|
<link rel="manifest" href="./manifest.webmanifest" />
|
|
|
|
|
|
2025-09-17 19:29:13 +02:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
|
%sveltekit.head%
|
|
|
|
|
</head>
|
2026-06-12 15:53:26 +02:00
|
|
|
|
2025-09-17 19:29:13 +02:00
|
|
|
<body data-sveltekit-preload-data="hover">
|
|
|
|
|
<div style="display: contents">%sveltekit.body%</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|