chiya/lib/chiya_web/controllers/error_html/404.html.heex

15 lines
464 B
Text
Raw Normal View History

2023-07-08 15:05:16 +02:00
<html>
2023-07-09 20:00:01 +02:00
<head>
2023-07-16 16:40:33 +02:00
<title>Not Found</title>
2023-07-09 20:00:01 +02:00
<link rel="preconnect" href="https://rsms.me/" />
<link rel="stylesheet" href="https://rsms.me/inter/inter.css" />
<link phx-track-static rel="stylesheet" href={~p"/assets/app.css"} />
</head>
<body class="bg-theme-background text-theme-base">
<.header class="mx-auto max-w-2xl">
Not found
<:subtitle>This page went away and never came back.</:subtitle>
</.header>
</body>
</html>