site/404.html

71 lines
2.0 KiB
HTML
Raw Permalink Normal View History

2022-06-04 13:51:41 +00:00
<!DOCTYPE html>
2024-01-31 18:49:15 +00:00
<!-- Copyright (c) 20212024 Tebibyte Media
SPDX-License-Identifier: AGPL-3.0-or-later
This website is free software: you can redistribute it and/or modify it under
the terms of the GNU Affero General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option) any
later version.
This website is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along
with this website. If not, see https://www.gnu.org/licenses/. -->
2022-06-04 13:51:41 +00:00
<html>
<head>
<title>TiB. | 404</title>
<link rel="stylesheet" href="/assets/TiB.css">
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<meta charset="UTF-8">
<meta content="Emma Tebibyte" name="author" />
<meta content="You're not supposed to be here." name="description" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta content="interest-cohort=()" http-equiv="Permissions-Policy" /> <!-- FUCK GOOGLE -->
</head>
<body class="full">
<header>
<img id="logo" src="/assets/img/TiB-network.png" width=25% />
</header>
<nav>
<menu>
<li class="home">
<a href="/">Home</a>
</li>
2022-09-22 21:07:40 +00:00
<li class="network">
<a href="/network">Network</a>
</li>
2022-09-22 21:07:40 +00:00
<li class="blog">
<a href="/blog">Weblog</a>
</li>
2022-06-04 13:51:41 +00:00
<li class="git">
<a href="https://git.tebibyte.media/">Git</a>
</li>
2022-06-04 13:51:41 +00:00
<li class="about">
<a href="/about">About</a>
</li>
</menu>
</nav>
<main>
<section class="errorcode">
<h1>404: Page Not Found</h1>
<p>
Sorry, but <a href="https://wikipedia.org/wiki/Liar_paradox">
this page does not exist</a>.
</p>
</section>
</main>
<footer>
<div class="copyleft">
2024-01-31 18:48:10 +00:00
<small>🄯 20232024 Tebibyte Media</small>
</div>
</footer>