Added favicon.ico

Photo by David Selbert : https://www.pexels.com/photo/small-eurasian-blue-tit-sitting-on-branch-of-tree-6467931/
This commit is contained in:
Michael Rodin 2023-10-18 13:24:36 +02:00
parent dda864a92e
commit 0d55022ba8
3 changed files with 1 additions and 1 deletions

View file

@ -38,7 +38,6 @@ def homepage():
except Exception as e:
logged_in=False
userdata=()
archives=db.get_n_archives()
return render_template("home.html", title="Homepage",userdata=userdata,login=logged_in,archives=archives)

BIN
flask/static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 KiB

View file

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<link rel="shortcut icon" href="/static/favicon.ico">
<link rel="stylesheet" href="/static/base.css" />
{% block meta %}
{% endblock %}