feat: Add favicon.svg and link it in index.html for improved branding

This commit is contained in:
2026-03-05 10:00:45 -08:00
parent ca2d780018
commit 5446fbb950
2 changed files with 9 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Castle</title>
</head>