summaryrefslogtreecommitdiff
path: root/web/content
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/content
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/content')
-rw-r--r--web/content/meson.build5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/content/meson.build b/web/content/meson.build
new file mode 100644
index 0000000..75d3120
--- /dev/null
+++ b/web/content/meson.build
@@ -0,0 +1,5 @@
+configure_file(
+ input: css,
+ output: 'simple.css',
+ copy: true,
+)