Fix favicon
This commit is contained in:
parent
fa05b3e107
commit
5398ce9150
@ -1,5 +1,5 @@
|
|||||||
<!doctype html>
|
<!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') }}" />
|
<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>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user