summaryrefslogtreecommitdiff
path: root/templ/base.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templ/base.tpl')
-rw-r--r--templ/base.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/templ/base.tpl b/templ/base.tpl
index 9d8d1c2..c96f2a9 100644
--- a/templ/base.tpl
+++ b/templ/base.tpl
@@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/svg+xml" href="/static/favicon.svg" sizes="16x16 32x32 48x48">
<title>{{block "title" .}}Kosten{{end}}</title>
+ <link href="/static/custom.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<script defer src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
{{block "head" .}}{{end}}