35 lines
1.0 KiB
HTML
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> |