36 lines
1.1 KiB
HTML
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 - Internal Server Error</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">500 - Internal Server Error</h1>
|
|
<p class="subtitle">The timeline has glitched. We're working on it.</p>
|
|
|
|
<div class="content">
|
|
<p>Something went wrong on our side. A human has been notified.</p>
|
|
<p>
|
|
You can:
|
|
</p>
|
|
<ul style="list-style: none; padding-left: 0;">
|
|
<li>Wait a moment and <a href="javascript:location.reload()">try again</a></li>
|
|
<li><a href="/">Return to the homepage</a></li>
|
|
<li><a href="/contact">Contact support</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<figure class="image is-128x128 is-inline-block" style="margin-top: 2rem;">
|
|
<img src="https://http.cat/500" alt="500 Cat">
|
|
</figure>
|
|
</div>
|
|
</section>
|
|
</body>
|
|
|
|
</html> |