fp/services/our/errors/404.html
CJ_Clippy 1129c0c85c
Some checks failed
ci / build (push) Failing after 1s
ci / Tests & Checks (push) Failing after 1s
add caddy errors
2025-08-13 22:37:48 -08:00

35 lines
1.0 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>future.porn - Page Not Found</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@1.0.4/css/bulma.min.css">
</head>
<body>
<section class="section has-text-centered">
<div class="container">
<h1 class="title is-1">404 - Page Not Found</h1>
<p class="subtitle">Looks like you took a wrong turn in the timeline.</p>
<div class="content">
<p>The page you're looking for doesn't exist or has been moved.</p>
<p>
You can:
</p>
<ul style="list-style: none; padding-left: 0;">
<li>Double-check the URL</li>
<li><a href="/">Return to the homepage</a></li>
</ul>
</div>
<figure class="image is-128x128 is-inline-block" style="margin-top: 2rem;">
<img src="https://http.cat/404" alt="404 Cat">
</figure>
</div>
</section>
</body>
</html>