Initial dashboard

This commit is contained in:
Magnus Åhall 2026-08-20 07:05:54 +02:00
parent 1c697a028b
commit 1af3f59b1a
10 changed files with 380 additions and 3 deletions

View file

@ -6,6 +6,9 @@
{{ template "fonts" }}
<link rel="stylesheet" type="text/css" href="/css/{{ .VERSION }}/{{ .CONFIG.THEME }}/main.css">
<link rel="stylesheet" type="text/css" href="/css/{{ .VERSION }}/{{ .CONFIG.THEME }}/{{ .CONFIG.THEME }}.css">
<script>
globalThis._VERSION = {{ .VERSION }}
</script>
</head>
<body>
<div id="page-error" class="{{ if ne .ERROR "" }}show{{ end }}">