Add favicon
All checks were successful
Docker / build-and-push (push) Successful in 46s

Small bingo-grid mark in the shared mono-green style used by sibling projects.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Fredrik Johansson
2026-07-19 19:50:32 +02:00
parent cb969133ce
commit 7acb0e129a
2 changed files with 12 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>fullhouse</title>
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="stylesheet" href="/style.css" />
</head>
<body>

11
client/public/favicon.svg Normal file
View File

@@ -0,0 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<rect width="32" height="32" rx="7" fill="#080808"/>
<g fill="none" stroke="#00e87a" stroke-width="1.6">
<rect x="7" y="7" width="18" height="18" rx="1.5"/>
<line x1="13" y1="7" x2="13" y2="25"/>
<line x1="19" y1="7" x2="19" y2="25"/>
<line x1="7" y1="13" x2="25" y2="13"/>
<line x1="7" y1="19" x2="25" y2="19"/>
</g>
<circle cx="16" cy="16" r="2.1" fill="#00e87a"/>
</svg>

After

Width:  |  Height:  |  Size: 463 B