Add favicon to html

This commit is contained in:
Iam54r1n4
2025-02-05 23:00:19 +00:00
parent 9167f45c26
commit 157028df47
3 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex, nofollow">
<link rel="icon" href="{{ url_for('assets', path='img/favicon.ico') }}">
<title>{% block title %}Admin Dashboard{% endblock %}</title>
<!-- Google Font: Source Sans Pro -->