summaryrefslogtreecommitdiffstats
path: root/ui/html/base.tmpl.html
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-02-08 16:54:02 +0000
committerMatthew Lemon <y@yulqen.org>2024-02-08 16:54:02 +0000
commitced9bbed371d7a1d7692c820f80c77f43ebd32a3 (patch)
tree896ef80f261b81049ac18797e7b0c3ae89c0837f /ui/html/base.tmpl.html
parent4bcba90a1a78cac4ec2ed370bb751d95717b7120 (diff)
Created a /organisations/list route
There is also some basic CSS here. Also introduced a proper structured logger.
Diffstat (limited to 'ui/html/base.tmpl.html')
-rw-r--r--ui/html/base.tmpl.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/html/base.tmpl.html b/ui/html/base.tmpl.html
index f7f7e48..cb98c32 100644
--- a/ui/html/base.tmpl.html
+++ b/ui/html/base.tmpl.html
@@ -4,6 +4,9 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
+ <link rel="stylesheet" href="/static/css/main.css">
+ <link rel="shortcut icon" href="/static/img/favicon.ico", type='image/x-icon'>
+ <!-- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700"> -->
<title>{{ template "title" .}} - DED</title>
</head>
<body>