feat: adds favicon

This commit is contained in:
2024-10-27 13:19:53 -03:00
parent 3124faddbb
commit 4e139dbfa9
2 changed files with 1 additions and 0 deletions

BIN
app/static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -5,6 +5,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>{% block title %}{% endblock %} - Adog a pet</title>
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
{% endblock %}
</head>
<body>