diff options
author | Sascha Roloff <sascha.roloff@huawei.com> | 2025-05-12 12:59:11 +0200 |
---|---|---|
committer | Sascha Roloff <sascha.roloff@huawei.com> | 2025-05-12 16:52:10 +0200 |
commit | 215b348553ed1b286a143b21e0c1582c71e8230c (patch) | |
tree | dd85bb0df84b6ddd2cddaf7b4b1b6627b7b18a56 /doc/invocations-http-server/templates/base.html | |
parent | 5b3c6136e3e896019acb1bbc117615255c5f924a (diff) | |
download | justbuild-215b348553ed1b286a143b21e0c1582c71e8230c.tar.gz |
Invocation server: add css style file
Diffstat (limited to 'doc/invocations-http-server/templates/base.html')
-rw-r--r-- | doc/invocations-http-server/templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/invocations-http-server/templates/base.html b/doc/invocations-http-server/templates/base.html index cf591652..d7a13f0b 100644 --- a/doc/invocations-http-server/templates/base.html +++ b/doc/invocations-http-server/templates/base.html @@ -4,6 +4,7 @@ <title> {% block heading %}Invocation Browser{% endblock %} </title> + <link rel="stylesheet" type="text/css" href="/static/style.css"> </head> <body> {% block content %} |