fix(hwpod): serve native web favicon

This commit is contained in:
root
2026-07-20 20:40:43 +02:00
parent 28269aee0b
commit 73a5113153
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-label="HWLAB">
<rect width="64" height="64" rx="12" fill="#111827"/>
<path d="M14 17h8v12h8V17h8v30h-8V35h-8v12h-8V17Z" fill="#f8fafc"/>
<path d="M42 17h8l-7 30h-8l-4-15 4-15 4 18 3-18Z" fill="#38bdf8"/>
<path d="M14 53h36" stroke="#22c55e" stroke-width="4" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 374 B

+1
View File
@@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#111410" />
<title>HWPOD 控制台</title>
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
<link rel="stylesheet" href="/styles.css" />
<script type="module" src="/app.js"></script>
</head>