about summary refs log tree commit diff stats
path: root/frontend
diff options
context:
space:
mode:
authorAlan Pearce2024-05-03 00:15:35 +0200
committerAlan Pearce2024-05-03 00:15:35 +0200
commit177c2de3f7c2b1cee8dbea4acaa896a334ba3162 (patch)
tree3fa9e29574a43893a69ea3ff544a95f30881a2a1 /frontend
parent8411fb4a3acebe46acaf7a2ff6c4e58018737d65 (diff)
downloadsearchix-177c2de3f7c2b1cee8dbea4acaa896a334ba3162.tar.lz
searchix-177c2de3f7c2b1cee8dbea4acaa896a334ba3162.tar.zst
searchix-177c2de3f7c2b1cee8dbea4acaa896a334ba3162.zip
feat: add css
Diffstat (limited to 'frontend')
-rw-r--r--frontend/templates/index.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/templates/index.tmpl b/frontend/templates/index.tmpl
index fd9cc8f..4b545cb 100644
--- a/frontend/templates/index.tmpl
+++ b/frontend/templates/index.tmpl
@@ -3,6 +3,7 @@
   <head>
     <meta charset="UTF-8" />
     <title>Searchix</title>
+    <link href="/static/style.css" rel="stylesheet"/>
   </head>
   <body>
     <h1>Searchix</h1>