70 lines
2.4 KiB
HTML
Executable File
70 lines
2.4 KiB
HTML
Executable File
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Why I created this site - 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/">posts</a>
|
|
<a href="https://jolzem.com/">personal site</a>
|
|
</nav>
|
|
</header>
|
|
<main class="blog-entry">
|
|
<h1>Why I created this site</h1>
|
|
<div class="author">Johannes Olzem</div>
|
|
<div class="date">February 10, 2025</div>
|
|
<p>
|
|
So, you might be wondering why I created this site.
|
|
</p>
|
|
<br>
|
|
<p>
|
|
For context: I've had a personal website online and public for a few
|
|
years—long before registering its current domain in December 2023. That
|
|
site served as my outlet for anything and everything I wanted to share on
|
|
the web.
|
|
</p>
|
|
<br>
|
|
<p>
|
|
However, a few days ago, I was browsing for short domains (because I was
|
|
bored) and stumbled upon this one (0lz.me) at a surprisingly low price. I
|
|
found a few other options as well but ultimately decided on this one
|
|
because I liked how it looked and felt.
|
|
</p>
|
|
<br>
|
|
<p>
|
|
At first, I planned to set it up as a simple redirect to my main site,
|
|
especially since I had just redesigned it. But then I realized that while
|
|
I wanted my main site to have a more "professional" appearance, I still
|
|
wanted a space for more personal content — like rants and opinions — that
|
|
wouldn't quite fit the polished image I was going for. So, when I got
|
|
bored (again) over the weekend, I decided to throw together a small,
|
|
simple website that could handle blog entries and other posts I might
|
|
(or might not) post here in the future.
|
|
</p>
|
|
<br>
|
|
<p>
|
|
And now, here you are.
|
|
</p>
|
|
<br>
|
|
<p>
|
|
If you're looking for rants, opinions, or personal experiences, feel free
|
|
to explore. If you're looking for guides or tutorials, please check out
|
|
my personal site, which you can find at the top of this page.
|
|
</p>
|
|
<br>
|
|
<p>
|
|
Anyway, that's enough rambling from me. Hope you find something
|
|
interesting here!
|
|
</p>
|
|
</main>
|
|
</body>
|
|
</html>
|