|
| 1 | +<!-- Favicon --> |
| 2 | +<link rel="apple-touch-icon" sizes="57x57" href="/images/icons/apple-touch-icon-57x57.png?v=1"> |
| 3 | +<link rel="apple-touch-icon" sizes="60x60" href="/images/icons/apple-touch-icon-60x60.png?v=1"> |
| 4 | +<link rel="apple-touch-icon" sizes="72x72" href="/images/icons/apple-touch-icon-72x72.png?v=1"> |
| 5 | +<link rel="apple-touch-icon" sizes="76x76" href="/images/icons/apple-touch-icon-76x76.png?v=1"> |
| 6 | +<link rel="apple-touch-icon" sizes="114x114" href="/images/icons/apple-touch-icon-114x114.png?v=1"> |
| 7 | +<link rel="apple-touch-icon" sizes="120x120" href="/images/icons/apple-touch-icon-120x120.png?v=1"> |
| 8 | +<link rel="apple-touch-icon" sizes="144x144" href="/images/icons/apple-touch-icon-144x144.png?v=1"> |
| 9 | +<link rel="apple-touch-icon" sizes="152x152" href="/images/icons/apple-touch-icon-152x152.png?v=1"> |
| 10 | +<link rel="apple-touch-icon" sizes="180x180" href="/images/icons/apple-touch-icon-180x180.png?v=1"> |
| 11 | +<link rel="icon" type="image/png" sizes="32x32" href="/images/icons/favicon-32x32.png?v=1"> |
| 12 | +<link rel="icon" type="image/png" sizes="192x192" href="/images/icons/android-chrome-192x192.png?v=1"> |
| 13 | +<link rel="icon" type="image/png" sizes="16x16" href="/images/icons/favicon-16x16.png?v=1"> |
| 14 | +<link rel="manifest" href="/images/icons/site.webmanifest?v=1"> |
| 15 | +<link rel="mask-icon" href="/images/icons/safari-pinned-tab.svg?v=1" color="#e0115f"> |
| 16 | +<link rel="shortcut icon" href="/favicon.ico?v=1"> |
| 17 | +<meta name="msapplication-TileColor" content="#da532c"> |
| 18 | +<meta name="msapplication-TileImage" content="/images/icons/mstile-144x144.png?v=1"> |
| 19 | +<meta name="msapplication-config" content="/browserconfig.xml?v=1"> |
1 | 20 | <meta name="theme-color" content="#e0115f">
|
2 |
| - |
3 |
| - <!-- Favicon --> |
4 |
| - <link rel="icon" type="image/x-icon" href="/favicon.ico"> |
5 |
| - <link rel="apple-touch-icon" sizes="180x180" href="/images/icons/apple-touch-icon.png"> |
6 |
| - <link rel="icon" type="image/png" sizes="32x32" href="/images/icons/favicon-32x32.png"> |
7 |
| - <link rel="icon" type="image/png" sizes="16x16" href="/images/icons/favicon-16x16.png"> |
8 |
| - <link rel="manifest" href="/images/icons/site.webmanifest"> |
|
0 commit comments