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

25 lines
751 B
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 - Unauthorized</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">401 - Unauthorized</h1>
<p class="subtitle">You are not authorized to access this page. Please <a href="/auth/patreon">log in</a> and try
again.</p>
<figure class="image is-128x128 is-inline-block" style="margin-top: 2rem;">
<img src="https://http.cat/401" alt="401 Cat">
</figure>
</div>
</section>
</body>
</html>