2024-02-17 08:30:17 -05:00
|
|
|
<!DOCTYPE html>
|
2024-02-23 22:15:36 -05:00
|
|
|
<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">
|
2024-02-24 09:04:35 -05:00
|
|
|
<link rel="icon" type="image/x-icon" sizes="32x32" href="/assets/img/favicon-32x32.png">
|
2024-02-24 08:43:08 -05:00
|
|
|
<title><%= prefix_title("sloane.sh", attrs[:page_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>
|
2024-02-24 08:43:08 -05:00
|
|
|
<body class="w-full max-w-3xl bg-white text-neutral-900 dark:bg-neutral-800 dark:text-neutral-100">
|
|
|
|
<%= inner_content %>
|
2024-02-24 08:57:36 -05:00
|
|
|
<script defer src="/assets/app.js"></script>
|
2024-02-17 08:30:17 -05:00
|
|
|
</body>
|
|
|
|
</html>
|