feat(frontend): add favicon

Credit goes to `srip` on flaticon for the image.
This commit is contained in:
2026-03-18 19:00:31 +00:00
parent 1446dd176d
commit b7aec2b0ea
2 changed files with 1 additions and 1 deletions

View File

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