|
|
|
@ -5,8 +5,8 @@ |
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"> |
|
|
|
|
<link rel="stylesheet" href="<%= static_path(@conn, "/css/app.css") %>"> |
|
|
|
|
<link rel="preload" href="/css/non-critical.css" as="style" onload="this.onload=null;this.rel='stylesheet'"> |
|
|
|
|
<noscript><link rel="stylesheet" href="/css/non-critical.css"></noscript> |
|
|
|
|
<link rel="preload" href="<%= static_path(@conn, "/css/non-critical.css") %>" as="style" onload="this.onload=null;this.rel='stylesheet'"> |
|
|
|
|
<noscript><link rel="stylesheet" href="<%= static_path(@conn, "/css/non-critical.css") %>"></noscript> |
|
|
|
|
|
|
|
|
|
<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, "/favicon-32x32.png") %>"> |
|
|
|
|