|
|
@ -12,7 +12,7 @@ |
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="<%= static_path(@conn, "/apple-touch-icon.png") %>"> |
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="<%= static_path(@conn, "/apple-touch-icon.png") %>"> |
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="<%= static_path(@conn, "/images/favicon-32x32.png") %>"> |
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="<%= static_path(@conn, "/images/favicon-32x32.png") %>"> |
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="<%= static_path(@conn, "/images/favicon-16x16.png") %>"> |
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="<%= static_path(@conn, "/images/favicon-16x16.png") %>"> |
|
|
|
<link rel="manifest" href="<%= static_path(@conn, "/site.webmanifest") %>"> |
|
|
|
<link rel="manifest" href="<%= static_path(@conn, "/manifest.webmanifest") %>"> |
|
|
|
<link rel="mask-icon" href="<%= static_path(@conn, "/safari-pinned-tab.svg") %>" color="#5bbad5"> |
|
|
|
<link rel="mask-icon" href="<%= static_path(@conn, "/safari-pinned-tab.svg") %>" color="#5bbad5"> |
|
|
|
<link rel="shortcut icon" type='image/x-icon' href="<%= static_path(@conn, "/images/favicon.ico") %>"> |
|
|
|
<link rel="shortcut icon" type='image/x-icon' href="<%= static_path(@conn, "/images/favicon.ico") %>"> |
|
|
|
<meta name="msapplication-TileColor" content="#7dd79f"> |
|
|
|
<meta name="msapplication-TileColor" content="#7dd79f"> |
|
|
|