feat: add SVG favicon (llama head, amber on dark)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Vlad Doloman
2026-06-26 18:21:03 +03:00
parent ce9b2d73f7
commit e2996ff0b3
2 changed files with 20 additions and 0 deletions

19
frontend/favicon.svg Normal file
View File

@@ -0,0 +1,19 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="22 2 56 48">
<rect x="22" y="2" width="56" height="48" rx="10" fill="#0a0a04"/>
<!-- Ears -->
<ellipse cx="38" cy="15" rx="5" ry="9" transform="rotate(-15 38 15)" fill="#ffb000"/>
<ellipse cx="62" cy="15" rx="5" ry="9" transform="rotate(15 62 15)" fill="#ffb000"/>
<!-- Head -->
<ellipse cx="50" cy="27" rx="16" ry="14" fill="#ffb000"/>
<!-- Nose -->
<ellipse cx="50" cy="34" rx="5.5" ry="3.5" fill="#ffb000"/>
<!-- Nostrils -->
<circle cx="47.5" cy="34" r="1.2" fill="#0a0a04"/>
<circle cx="52.5" cy="34" r="1.2" fill="#0a0a04"/>
<!-- Eyes -->
<circle cx="43" cy="25" r="2.8" fill="#0a0a04"/>
<circle cx="57" cy="25" r="2.8" fill="#0a0a04"/>
<!-- Eye shines -->
<circle cx="44.2" cy="23.8" r="0.9" fill="#ffb000"/>
<circle cx="58.2" cy="23.8" r="0.9" fill="#ffb000"/>
</svg>

After

Width:  |  Height:  |  Size: 859 B

View File

@@ -6,6 +6,7 @@
<title>Llamagochi</title> <title>Llamagochi</title>
<link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
<link rel="icon" type="image/svg+xml" href="/static/favicon.svg">
<link rel="stylesheet" href="/static/style.css"> <link rel="stylesheet" href="/static/style.css">
</head> </head>
<body class="state-offline"> <body class="state-offline">