0lz.me/posts/index.html

43 lines
1.2 KiB
HTML
Raw Permalink Normal View History

2025-02-10 19:44:00 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<title>Posts - 0lz.me</title>
<meta name="description" content="0lz's 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>
<header>
<a href="/start/" class="header-logo">>0lz</a>
<nav>
<a href="/">home</a>
<a href="/posts/" style="text-decoration:underline;">posts</a>
<a href="https://jolzem.com/">personal site</a>
</nav>
</header>
<main>
<h1>Posts</h1>
<p>
Here you can find almost everything I have written. Stories, experiences
and opinions. If you are looking for guides or tutorials, please head over
to my <a href="https://jolzem.com/blog/">personal blog</a>.
</p>
<ul>
<li>
<a href="/posts/the-current-state-of-software-is-utterly-ridiculous/">
The current state of software is utterly ridiculous
</a>
</li>
<li>
2025-02-15 12:31:30 +01:00
<a href="https://git.jolzem.com/jolzem/config">My dotfiles</a>
2025-02-10 19:44:00 +01:00
</li>
<li>
<a href="/posts/why-i-created-this-site/">Why I created this site</a>
</li>
</ul>
</main>
</body>
</html>