feat: add favicon for browser tab
Deploy Dashboard (Dev) / deploy-dev (push) Successful in 1m35s

This commit is contained in:
Gan, Jimmy
2026-03-01 13:38:26 +08:00
parent 87a79cd1ca
commit 82fe5eb88c
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Personal NAS Dashboard — manage Docker, Git repos, files, and media from one place">
<title>NAS Dashboard</title>
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
+8
View File
@@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<rect width="32" height="32" rx="6" fill="#3b82f6"/>
<rect x="6" y="8" width="20" height="16" rx="2" fill="#fff" opacity="0.9"/>
<rect x="9" y="12" width="6" height="2" rx="1" fill="#3b82f6"/>
<rect x="9" y="16" width="6" height="2" rx="1" fill="#3b82f6"/>
<rect x="9" y="20" width="6" height="2" rx="1" fill="#3b82f6"/>
<circle cx="22" cy="20" r="2" fill="#3b82f6"/>
</svg>

After

Width:  |  Height:  |  Size: 448 B