43 lines
1.2 KiB
HTML
Executable File
43 lines
1.2 KiB
HTML
Executable File
<!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>
|
|
<a href="https://git.jolzem.com/jolzem/config">My dotfiles</a>
|
|
</li>
|
|
<li>
|
|
<a href="/posts/why-i-created-this-site/">Why I created this site</a>
|
|
</li>
|
|
</ul>
|
|
</main>
|
|
</body>
|
|
</html>
|