8 lines
512 B
HTML
8 lines
512 B
HTML
|
<link rel='apple-touch-icon' sizes='180x180' href='{{ absURL "icons/apple-touch-icon.png" }}'>
|
||
|
<link rel='icon' type='image/png' sizes='32x32' href='{{ absURL "favicon.png" }}'>
|
||
|
<link rel='icon' type='image/png' sizes='16x16' href='{{ absURL "favicon.png" }}'>
|
||
|
<link rel='manifest' href='{{ absURL "icons/site.webmanifest" }}'>
|
||
|
<link rel="mask-icon" href= '{{ absURL "safari-pinned-tab.svg" }}' color="#002538">
|
||
|
<meta name="msapplication-TileColor" content="#002538">
|
||
|
<meta name="theme-color" content="#002538">
|