diff options
author | xengineering <me@xengineering.eu> | 2024-03-24 12:14:30 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-03-24 12:15:40 +0100 |
commit | ce3a2dd68707c5c744aa019417baa12f1dab96e4 (patch) | |
tree | 7044a81de63c876ac9673874193a11576c14b7c8 /appdata/index.html.tmpl | |
parent | a871e4f72aab1aa968adc72c4bf2e3e0c530550e (diff) | |
download | webiot-ce3a2dd68707c5c744aa019417baa12f1dab96e4.tar webiot-ce3a2dd68707c5c744aa019417baa12f1dab96e4.tar.zst webiot-ce3a2dd68707c5c744aa019417baa12f1dab96e4.zip |
Embed simple.css file into binary
This removes the need to deploy the simple.css file to the target
machine.
Diffstat (limited to 'appdata/index.html.tmpl')
-rw-r--r-- | appdata/index.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appdata/index.html.tmpl b/appdata/index.html.tmpl index 98f22ab..c9fa2f4 100644 --- a/appdata/index.html.tmpl +++ b/appdata/index.html.tmpl @@ -8,7 +8,7 @@ <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <link rel="stylesheet" href="./simple.css" type="text/css"> + <link rel="stylesheet" href="/static/simple.css/simple.css" type="text/css"> </head> |