52 lines
1.5 KiB
HTML
52 lines
1.5 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<title>Start - 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" style="text-decoration:underline;">
|
||
|
>0lz
|
||
|
</a>
|
||
|
<nav>
|
||
|
<a href="/">home</a>
|
||
|
<a href="/posts/">posts</a>
|
||
|
<a href="https://jolzem.com/">personal site</a>
|
||
|
</nav>
|
||
|
</header>
|
||
|
<main>
|
||
|
<h1>Hi!</h1>
|
||
|
<p>
|
||
|
I'm 0lz or Johannes, a Linux enthusiast, coffee enjoyer and keyboard
|
||
|
nerd. Here's a list of what you can find on this site:
|
||
|
</p>
|
||
|
<ul>
|
||
|
<li>
|
||
|
<a href="/dotfiles/">My dotfiles</a>
|
||
|
</li>
|
||
|
<li>
|
||
|
My <a href="/posts/">posts</a>: Rants, stories and other stuff.
|
||
|
</li>
|
||
|
</ul>
|
||
|
<p>
|
||
|
If you want to learn more about me as a person, you can visit my
|
||
|
<a href="https://jolzem.com/">personal site</a>.
|
||
|
</p>
|
||
|
<p>
|
||
|
Go and make yourself comfortable and have a look around but don't take
|
||
|
anything I post here too seriously. I am always learning, so my opinions
|
||
|
might change in the future!
|
||
|
</p>
|
||
|
<p>
|
||
|
If you see something you like, dislike, or want to comment on, feel free
|
||
|
to reach out to me by e-mail at <a href="mailto:hi@0lz.me">hi@0lz.me</a>.
|
||
|
</p>
|
||
|
</main>
|
||
|
</body>
|
||
|
</html>
|