28 lines
1.2 KiB
Text
28 lines
1.2 KiB
Text
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
|
<%= csrf_meta_tag() %>
|
|
<%= live_title_tag assigns[:page_title] || "", suffix: assigns[:page_title] && " · Shift73k" || "Shift73k" %>
|
|
<%= render "_preamble.html", assigns %>
|
|
<link rel="apple-touch-icon" sizes="180x180" href={Routes.static_path(@conn, "/apple-touch-icon.png")}>
|
|
<link rel="icon" type="image/png" sizes="32x32" href={Routes.static_path(@conn, "/favicon-32x32.png")}>
|
|
<link rel="icon" type="image/png" sizes="16x16" href={Routes.static_path(@conn, "/favicon-16x16.png")}>
|
|
<link rel="manifest" href={Routes.static_path(@conn, "/site.webmanifest")}>
|
|
<link rel="mask-icon" href={Routes.static_path(@conn, "/safari-pinned-tab.svg")} color="#78868a">
|
|
<meta name="apple-mobile-web-app-title" content="Shift73k">
|
|
<meta name="application-name" content="Shift73k">
|
|
<meta name="msapplication-TileColor" content="#ee6c4d">
|
|
<meta name="theme-color" content="#ffffff">
|
|
<link rel="icon" href="favicon.ico">
|
|
</head>
|
|
<body>
|
|
|
|
<%= render "_navbar.html", assigns %>
|
|
|
|
<%= @inner_content %>
|
|
|
|
</body>
|
|
</html>
|