add favicon

This commit is contained in:
Broque Thomas 2026-02-12 14:03:44 -08:00
parent f2fb498693
commit 0caef23eda
2 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.0, maximum-scale=5.0, user-scalable=yes">
<title>SoulSync - Music Sync & Manager</title>
<link rel="icon" type="image/png" href="{{ url_for('static', filename='favicon.png') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='mobile.css') }}">
</head>

BIN
webui/static/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 189 KiB