feat(index): add favicon

This commit is contained in:
z0x 2025-01-25 16:39:53 -05:00
parent 3526e11957
commit fc67410474
2 changed files with 34 additions and 0 deletions

33
public/favicon.svg Normal file
View file

@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
width="24"
height="24"
stroke-width="2"
version="1.1"
id="svg2"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs2" />
<rect
style="fill:#404040;fill-opacity:1;stroke:none;stroke-width:2;stroke-linejoin:round;stroke-opacity:1"
id="rect2"
width="24"
height="24"
x="0"
y="0"
ry="2" />
<path
d="M 15,10 V 21 L 10,18 5,21 V 10 A 3,3 0 0 1 8,7 h 4 a 3,3 0 0 1 3,3 z"
id="path1"
style="stroke:#e5e7eb;stroke-opacity:1" />
<path
d="m 11,3 h 5 a 3,3 0 0 1 3,3 v 11"
id="path2"
style="fill:none;fill-opacity:1;stroke:#e5e7eb;stroke-opacity:1" />
</svg>

After

Width:  |  Height:  |  Size: 859 B

View file

@ -32,6 +32,7 @@ const services = [
name="viewport" name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/> />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<title>Homepage</title> <title>Homepage</title>
</head> </head>
<body <body