Skip to content

Commit 1ce1d8e

Browse files
committed
Moved favicons around to enable support for older browsers
Y'know, just in case.
1 parent b986459 commit 1ce1d8e

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

favicon.ico

1.12 KB
Binary file not shown.

img/favicon-48x48.png

2.26 KB
Loading

img/favicon.ico

-14.7 KB
Binary file not shown.

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
<link rel="manifest" href="manifest.json" />
1515
<link rel="canonical" href="https://microbetrace.herokuapp.com/" />
1616
<link rel="apple-touch-icon" sizes="180x180" href="img/apple-touch-icon.png" />
17-
<link rel="icon" type="image/png" sizes="48x48" href="img/favicon.ico" />
17+
<link rel="icon" type="image/png" sizes="16x16" href="favicon.ico" />
1818
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png" />
19-
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png" />
19+
<link rel="icon" type="image/png" sizes="48x48" href="img/favicon-48x48.png" />
2020
<link rel="mask-icon" href="img/safari-pinned-tab.svg" color="#5bbad5" />
2121
<link rel="preload" href="vendor/open-iconic/font/fonts/open-iconic.woff" as="font" crossorigin="anonymous" />
2222
<link rel="stylesheet" type="text/css" href="vendor/open-iconic/font/css/open-iconic-bootstrap.min.css" />

0 commit comments

Comments
 (0)