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

BIN
static/favicon-large.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

BIN
static/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

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