2024-02-17 08:30:17 -05:00
|
|
|
<!DOCTYPE html>
|
2024-02-24 10:32:07 -05:00
|
|
|
<html class="m-4 flex flex-row justify-center" lang="en-US">
|
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 21:11:19 -05:00
|
|
|
<link rel="icon" type="image/x-icon" sizes="32x32" href="/assets/images/heart.png">
|
2024-02-24 08:43:08 -05:00
|
|
|
<title><%= prefix_title("sloane.sh", attrs[:page_title]) %></title>
|
2024-02-24 10:32:07 -05:00
|
|
|
<link rel="stylesheet" href="/assets/css/app.css" />
|
2024-02-17 08:30:17 -05:00
|
|
|
</head>
|
2024-02-24 19:31:09 -05:00
|
|
|
<body class="w-full max-w-3xl bg-white text-neutral-900 dark:bg-neutral-900 dark:text-neutral-200">
|
2024-02-24 08:43:08 -05:00
|
|
|
<%= inner_content %>
|
2024-02-24 10:32:07 -05:00
|
|
|
<script defer src="/assets/js/app.js"></script>
|
2024-02-17 08:30:17 -05:00
|
|
|
</body>
|
|
|
|
</html>
|