46 lines
No EOL
2 KiB
HTML
46 lines
No EOL
2 KiB
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
|
|
<br>
|
|
Hey!
|
|
<br>
|
|
You found my little personal page!
|
|
<br>
|
|
<br>
|
|
I'm an expert waster of time, enjoyer of useless activities, and chronic avoider of productivity.
|
|
<!-- br brr brrrrr (bad) -->
|
|
I also sometimes write bad code for fun and play games.
|
|
<br>
|
|
<br>
|
|
<a href="/about">More about me</a>.
|
|
<br>
|
|
<br>
|
|
Since I don't know what else to put here and have to fill the space somehow, here's an 88x31 dumping ground, because why not?
|
|
<br>
|
|
<hr>
|
|
<div>
|
|
<img src="/assets/88x31/catview.webp">
|
|
<img src="/assets/88x31/gnu-linux.webp">
|
|
<img src="/assets/88x31/ieburnbtn.webp">
|
|
<img src="/assets/88x31/javascript-zero.webp">
|
|
<img src="/assets/88x31/cssdif.webp">
|
|
<a href="https://catsta.red"><img src="/assets/88x31/squishstare.webp"></a>
|
|
<img src="/assets/88x31/msoffice97.webp">
|
|
<a href="https://www.thunderbird.net/"><img src="/assets/88x31/thunderbird.webp"></a>
|
|
<a href="https://archlinux.org/"><img src="/assets/88x31/arch.webp"></a>
|
|
<a href="https://jellyfin.org/"><img src="/assets/88x31/jellyfin.webp"></a>
|
|
<img src="/assets/88x31/right2repair.webp">
|
|
<a href="https://wikipedia.org"><img src="/assets/88x31/wikipedia.webp"></a>
|
|
<a href="https://www.libsdl.org/"><img src="/assets/88x31/sdl.webp"></a>
|
|
<a href="https://librewolf.net/"><img src="/assets/88x31/anythingbut.webp"></a>
|
|
<img src="/assets/88x31/nocookie.webp">
|
|
<a href="https://www.youtube.com/watch?v=cErgMJSgpv0"><img src="/assets/88x31/webvirus.webp"></a>
|
|
<a href="https://librewolf.net/"><img src="/assets/88x31/firefox.webp"></a>
|
|
<a href="https://adoptium.net/"><img src="/assets/88x31/java.webp"></a>
|
|
<a href="https://store.steampowered.com/"><img src="/assets/88x31/steam.webp"></a>
|
|
<a href="https://ublockorigin.com"><img src="/assets/88x31/ublock.webp"></a>
|
|
</div>
|
|
<p style="font-size: x-small">(If one of these is yours and you want credit, let me know. I just found them Wherever™)</p>
|
|
<hr>
|
|
{% endblock content %} |