summaryrefslogtreecommitdiff
path: root/web/layouts
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2025-04-03 21:45:55 +0200
committerxengineering <me@xengineering.eu>2025-04-03 21:50:55 +0200
commit34c0c109551c3a67bb89dcfbcd437a5ed812809f (patch)
tree09081730f4a582befff1d8615953455512301310 /web/layouts
parentdb02eb87ce5e955f1c970ea3ce88745e03f0bb74 (diff)
downloadiot-contact-34c0c109551c3a67bb89dcfbcd437a5ed812809f.tar
iot-contact-34c0c109551c3a67bb89dcfbcd437a5ed812809f.tar.zst
iot-contact-34c0c109551c3a67bb89dcfbcd437a5ed812809f.zip
web: Add simple.css to website
This uses meson to copy the simple.css file to the build dir and references the CSS file in the HTML code.
Diffstat (limited to 'web/layouts')
-rw-r--r--web/layouts/baseof.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/layouts/baseof.html b/web/layouts/baseof.html
index 983e6e1..b52d039 100644
--- a/web/layouts/baseof.html
+++ b/web/layouts/baseof.html
@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
+ <link rel="stylesheet" type="text/css" href="simple.css">
<title>{{ .Site.Title }}</title>
</head>
<body>