sloane.sh/priv/site/layouts/root.html.eex

14 lines
388 B
Elixir
Raw Normal View History

2024-02-17 08:30:17 -05:00
<!DOCTYPE html>
<html class="m-4 flex flex-row justify-center">
2024-02-17 08:30:17 -05:00
<head>
2024-02-17 08:47:27 -05:00
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>sloane.sh | <%= attrs[:title] %></title>
2024-02-21 09:17:58 -05:00
<link rel="stylesheet" href="/assets/app.css" />
2024-02-17 08:30:17 -05:00
</head>
<body class="w-full max-w-3xl">
<%= header(ctx) %>
2024-02-17 08:30:17 -05:00
<%= inner_content %>
</body>
</html>