jolzem.com/404.html

37 lines
1.0 KiB
HTML
Raw Normal View History

2023-11-25 12:19:53 +01:00
<!DOCTYPE html>
2025-02-09 15:00:01 +01:00
<html lang="en">
2023-11-25 12:19:53 +01:00
<head>
2025-02-09 15:00:01 +01:00
<title>Johannes Olzem</title>
<meta name="description" content="Johannes Olzem"s personal website">
<meta charset="utf-8">
<link rel="stylesheet" href="/css/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="/favico.ico">
2023-11-25 12:19:53 +01:00
</head>
2025-02-09 15:00:01 +01:00
<body class="body">
2023-11-25 12:19:53 +01:00
<header>
2025-02-09 15:00:01 +01:00
<a href="/">
<img src="/img/logo.png">
2024-05-15 12:08:00 +02:00
</a>
2025-02-09 15:00:01 +01:00
<a href="/about/">About</a>
<a href="/blog/">Blog</a>
<a href="/contact/">Contact</a>
2023-11-25 12:19:53 +01:00
</header>
2025-02-09 15:00:01 +01:00
<main>
<h1>Johannes Olzem</h1>
<blockquote>Less is more</blockquote>
<h2>404 Not Found</h2>
<p>
The resource you requested was not found on this server. Click
<a href="/">here</a> to return home.
</p>
2023-11-25 12:19:53 +01:00
</main>
<footer>
2025-02-09 15:00:01 +01:00
&copy; 2021 - <script>document.write(new Date().getFullYear())</script> Johannes Olzem
<br>
<small>This website is free software. You can redistribute and modify it under the terms of the GNU General Public License V3.</small>
2023-11-25 12:19:53 +01:00
</footer>
</body>
2025-02-09 15:00:01 +01:00