Ajout d'une favicon :D

This commit is contained in:
Darks 2019-12-17 10:10:51 +01:00
parent 19d09a71df
commit 4b8ce0334a
Signed by: Darks
GPG Key ID: F61F10FA138E797C
2 changed files with 2 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

View File

@ -4,6 +4,8 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="{{ url_for('static', filename='favicon-90.ico') }}" type="image/x-icon">
{% for s in styles %}
<link rel="stylesheet" type="text/css" href={{url_for('static', filename = s)}}>
{% endfor %}