feat: add favicon to browser tab

This commit is contained in:
Yuyao Huang
2026-05-09 13:47:30 +08:00
parent 0d148b694f
commit b69065e487
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% block title %}GoalsBreakDown{% endblock %}</title>
<link rel="icon" type="image/svg+xml" href="{{ url_for('static', filename='favicon.svg') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
{% block extra_css %}{% endblock %}
</head>