feat: add SVG favicon (llama head, amber on dark)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
19
frontend/favicon.svg
Normal file
19
frontend/favicon.svg
Normal 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 |
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user