diff options
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 %} |