jolzem.com/blog/index.html

42 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Blog - 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">
</head>
<body class="body">
<header>
<a href="/">
<img src="/img/logo.png">
</a>
<a href="/about/">About</a>
<a href="/blog/">Blog</a>
<a href="/contact/">Contact</a>
</header>
<main>
<h1>Johannes Olzem</h1>
<blockquote>Less is more</blockquote>
<h2>Blog</h2>
<ul>
<li>
<a href="/blog/quick-fixes/">Quick fixes</a>
</li>
<li>
<a href="/blog/how-to-create-a-rust-server-on-linux/">
How to create a Rust server on linux.
</a>
</li>
</ul>
</main>
<footer>
&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>
</footer>
</body>