Add favicon and css, inc version.

This commit is contained in:
tecnovert
2021-01-02 18:16:44 +02:00
parent 0c9429bfa5
commit 1ba2ad6f0b
9 changed files with 54 additions and 9 deletions

View File

@@ -4,6 +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">
<title>{{ title }}</title>
</head>
<body>