fix: add favicon.svg
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="theme-color" content="#C4737E" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="apple-touch-icon" href="/icon-192.svg" />
|
||||
<title>Luna Recipes</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
6
frontend/public/favicon.svg
Normal file
6
frontend/public/favicon.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 192" width="192" height="192">
|
||||
<rect width="192" height="192" rx="32" fill="#FBF8F5"/>
|
||||
<circle cx="96" cy="100" r="60" fill="#F2D7DB"/>
|
||||
<text x="96" y="118" text-anchor="middle" font-size="72">🧁</text>
|
||||
<text x="96" y="172" text-anchor="middle" font-family="serif" font-weight="700" font-size="22" fill="#C4737E">Luna</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 399 B |
Reference in New Issue
Block a user