ADD Favicons

This commit is contained in:
Esa Kataja
2025-02-11 19:28:29 +02:00
parent 8777145828
commit 780fb2d1e4
7 changed files with 6 additions and 1 deletions
+6 -1
View File
@@ -2,7 +2,12 @@
<html lang="en"> <html lang="en">
<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.ico" />
<link rel="icon" type="image/webp" href="%sveltekit.assets%/favicon-192.webp" />
<link rel="icon" type="image/webp" href="%sveltekit.assets%/favicon-384.webp" />
<link rel="icon" type="image/webp" href="%sveltekit.assets%/favicon-512.webp" />
<link rel="apple-touch-icon" type="image/png" href="%sveltekit.assets%/apple-touch-icon.png" />
<!--<link rel="manifest" href="%sveltekit.assets%/site.webmanifest" />-->
<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.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB