feat: add site favicon

This commit is contained in:
Luca Sacchi Ricciardi
2026-04-23 18:11:51 +02:00
parent 02f108ff75
commit a64956adc5
2 changed files with 12 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-label="home.lucasacchi.net favicon">
<defs>
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#06b6d4"/>
<stop offset="100%" stop-color="#22c55e"/>
</linearGradient>
</defs>
<rect x="4" y="4" width="56" height="56" rx="14" fill="#0b1b33"/>
<path d="M12 34L32 14L52 34V50C52 53 49 56 46 56H18C15 56 12 53 12 50V34Z" fill="url(#bg)"/>
<rect x="26" y="39" width="12" height="17" rx="3" fill="#0b1b33"/>
</svg>

After

Width:  |  Height:  |  Size: 546 B

+1
View File
@@ -3,6 +3,7 @@
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/svg+xml" href="./favicon.svg" />
<title>Servizi Pubblici | home.lucasacchi.net</title> <title>Servizi Pubblici | home.lucasacchi.net</title>
<meta <meta
name="description" name="description"