summaryrefslogtreecommitdiff
path: root/doc/invocations-http-server/templates/base.html
diff options
context:
space:
mode:
authorSascha Roloff <sascha.roloff@huawei.com>2025-05-12 12:59:11 +0200
committerSascha Roloff <sascha.roloff@huawei.com>2025-05-12 16:52:10 +0200
commit215b348553ed1b286a143b21e0c1582c71e8230c (patch)
treedd85bb0df84b6ddd2cddaf7b4b1b6627b7b18a56 /doc/invocations-http-server/templates/base.html
parent5b3c6136e3e896019acb1bbc117615255c5f924a (diff)
downloadjustbuild-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.html1
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 %}