added custom favicon

This commit is contained in:
Ludwig Lehnert 2025-04-14 14:24:33 +02:00
parent 99158cd422
commit 57afe2ae12
3 changed files with 60 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" /> <link rel="icon" href="%sveltekit.assets%/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
%sveltekit.head% %sveltekit.head%
</head> </head>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

59
static/favicon.svg Normal file
View File

@ -0,0 +1,59 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
viewBox="0 0 64 64"
version="1.1"
id="svg2"
sodipodi:docname="favicon.svg"
inkscape:version="1.4 (e7c3feb100, 2024-10-09)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview2"
pagecolor="#ffffff"
bordercolor="#111111"
borderopacity="1"
inkscape:showpageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="13.71875"
inkscape:cx="32"
inkscape:cy="25.220957"
inkscape:window-width="1920"
inkscape:window-height="1131"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg2" />
<defs
id="defs2">
<linearGradient
id="grad"
x1="21.623845"
y1="17.688286"
x2="45.39153"
y2="41.455972"
gradientTransform="matrix(1.6506189,0,0,2.2128658,-22.943002,-35.280923)"
gradientUnits="userSpaceOnUse">
<stop
offset="0%"
style="stop-color:#00ffff;stop-opacity:1"
id="stop1" />
<stop
offset="100%"
style="stop-color:#ff00ff;stop-opacity:1"
id="stop2" />
</linearGradient>
</defs>
<text
x="7.6358323"
y="56.455582"
font-size="76.4471px"
font-family="Arial, sans-serif"
fill="url(#grad)"
font-weight="bold"
id="text2"
style="fill:url(#grad);stroke-width:1.911;stroke-dasharray:none">L</text>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB