diff options
author | xengineering <mail2xengineering@protonmail.com> | 2020-12-22 16:16:01 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2020-12-22 16:16:01 +0100 |
commit | a46322e7fdb8e83edc3e4dc6f254973e9f694156 (patch) | |
tree | b260262b0d25c2a16942dd64ca78021333108495 | |
parent | 699bf610169daeb47bdcc894eb13fa1a706dc50b (diff) | |
download | web-template-a46322e7fdb8e83edc3e4dc6f254973e9f694156.tar web-template-a46322e7fdb8e83edc3e4dc6f254973e9f694156.tar.zst web-template-a46322e7fdb8e83edc3e4dc6f254973e9f694156.zip |
FIx CSS for template file
-rw-r--r-- | webroot/template.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webroot/template.html b/webroot/template.html index b8ce99a..59922a2 100644 --- a/webroot/template.html +++ b/webroot/template.html @@ -8,7 +8,7 @@ <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <link rel="stylesheet" href="xengineering.css" type="text/css"> + <link rel="stylesheet" href="css/xengineering.css" type="text/css"> </head> |