2024-02-14 23:30:25 +01:00
|
|
|
<!doctype html>
|
2024-10-13 14:56:45 +02:00
|
|
|
<html lang="en" data-theme="Synthwave">
|
2024-02-14 23:30:25 +01:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
2024-02-19 17:32:49 +01:00
|
|
|
|
|
|
|
<!-- Change theme for site here -->
|
|
|
|
<link rel="stylesheet" href="/stylesheets/main-theme.css" />
|
2024-02-15 02:08:09 +01:00
|
|
|
<link rel="stylesheet" href="/stylesheets/global.css" />
|
2024-02-19 17:32:49 +01:00
|
|
|
%sveltekit.head%
|
|
|
|
|
2024-02-14 23:30:25 +01:00
|
|
|
</head>
|
2024-02-20 21:05:42 +01:00
|
|
|
|
|
|
|
<div style="display: contents">%sveltekit.body%</div>
|
2024-02-14 23:30:25 +01:00
|
|
|
</html>
|