server: Serve more static directories.

This commit is contained in:
tecnovert
2022-07-30 19:00:53 +02:00
parent 7a3b41a11b
commit 6cc54d9c61
9 changed files with 34 additions and 22 deletions

View File

@@ -4,8 +4,8 @@
{% if refresh %}
<meta http-equiv="refresh" content="{{ refresh }}">
{% endif %}
<link type="text/css" media="all" href="/static/style.css" rel="stylesheet">
<link rel=icon sizes="32x32" type="image/png" href="/static/favicon-32.png">
<link type="text/css" media="all" href="/static/css/simple/style.css" rel="stylesheet">
<link rel=icon sizes="32x32" type="image/png" href="/static/images/favicon-32.png">
<title>{{ title }}</title>
</head>
<body>