Fix Firefox missing the bookmark icon (#520)

This commit is contained in:
Flaminel authored and GitHub committed 2026-03-26 02:14:39 +02:00
1 parent 8da07d4e93
commit d7ab81ddcf
2 files changed
+3 -1

No files matched your search

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

+3 -1
View File
@@ -19,7 +19,9 @@
})(); })();
</script> </script>
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="icons/128.png"> <link rel="shortcut icon" href="favicon.ico">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="icon" type="image/png" sizes="128x128" href="icons/128.png">
<link rel="manifest" href="manifest.webmanifest"> <link rel="manifest" href="manifest.webmanifest">
<meta name="theme-color" content="#1a1135"> <meta name="theme-color" content="#1a1135">