Fix favicon
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user