Add favicon

This commit is contained in:
Felix Blanke
2023-08-20 02:09:28 +02:00
parent 18bb7c1c62
commit fa05b3e107
3 changed files with 1 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

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