super basic favicon

This commit is contained in:
Oliver Bryan
2026-01-06 21:28:34 +00:00
parent d5c61f02fc
commit 14a6a13eeb
2 changed files with 4 additions and 1 deletions

View File

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

View File

@@ -0,0 +1,3 @@
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="256" cy="256" r="192" stroke="#FFFFFF" stroke-width="32" />
</svg>

After

Width:  |  Height:  |  Size: 183 B