fp/services/our/errors/403.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

36 lines
1.1 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 - Access Denied</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">403 - Forbidden</h1>
<p class="subtitle">You found the velvet rope… but you're not on the list.</p>
<div class="content">
<p>This page is off-limits. It might be private, restricted, or just not ready for public viewing.</p>
<p>
You can:
</p>
<ul style="list-style: none; padding-left: 0;">
<li>Log in with the correct credentials</li>
<li><a href="/">Return to the homepage</a></li>
<li><a href="/contact">Request access</a></li>
</ul>
</div>
<figure class="image is-128x128 is-inline-block" style="margin-top: 2rem;">
<img src="https://http.cat/403" alt="403 Cat">
</figure>
</div>
</section>
</body>
</html>