feat: add favicon and link it in the HTML head

This commit is contained in:
2026-06-12 20:40:13 +08:00
parent 52dcd97728
commit 9f1b364530
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<title>Agent Alpha</title>
</head>
<body class="bg-gray-950 text-gray-100 antialiased">
+4
View File
@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<rect width="100" height="100" rx="20" fill="#0f172a"/>
<text x="50" y="68" text-anchor="middle" font-family="serif" font-size="64" font-weight="bold" fill="#38bdf8">α</text>
</svg>

After

Width:  |  Height:  |  Size: 250 B