Fix Firefox missing the bookmark icon (#520)

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

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@@ -19,7 +19,9 @@
})();
</script>
<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">
<meta name="theme-color" content="#1a1135">