Fix favicon

This commit is contained in:
Felix Blanke 2023-08-20 02:12:54 +02:00
parent fa05b3e107
commit 5398ce9150

View File

@ -1,5 +1,5 @@
<!doctype html>
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.png') }}">
<link rel='stylesheet' href="{{ url_for('static', filename='style.css') }}" />
<script src="{{ url_for('static', filename='sorttable.js') }}"></script>