25 lines
751 B
HTML
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> |