feat: add site favicon
This commit is contained in:
+11
@@ -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 |
@@ -3,6 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<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>
|
||||
<meta
|
||||
name="description"
|
||||
|
||||
Reference in New Issue
Block a user