mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-04-01 21:16:09 -04:00
Fix Firefox missing the bookmark icon (#520)
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 4.2 KiB |
@@ -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">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user