summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2021-03-05 18:35:48 +0100
committerxengineering <mail2xengineering@protonmail.com>2021-03-05 18:35:48 +0100
commitf9714353664507845bad9e5856f5396ab3d629b2 (patch)
treefeded85f317a466ed7ee68ad8dfddab7a55ec71d /lib
parent1e59286e7d3516b27f143dd2db8760bac2af30ed (diff)
downloadweb-template-f9714353664507845bad9e5856f5396ab3d629b2.tar
web-template-f9714353664507845bad9e5856f5396ab3d629b2.tar.zst
web-template-f9714353664507845bad9e5856f5396ab3d629b2.zip
Serve static Files and Index at /actix
Diffstat (limited to 'lib')
-rw-r--r--lib/html/example.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/html/example.html b/lib/html/example.html
index a406de7..9b85d6f 100644
--- a/lib/html/example.html
+++ b/lib/html/example.html
@@ -8,7 +8,7 @@
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="stylesheet" href="css/xengineering.css" type="text/css">
+ <link rel="stylesheet" href="static/css/xengineering.css" type="text/css">
</head>