website/templates/index.html
2025-04-17 22:16:09 -06:00

46 lines
No EOL
1.9 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.png">
<img src="/assets/88x31/gnu-linux.gif">
<img src="/assets/88x31/ieburnbtn.gif">
<img src="/assets/88x31/javascript-zero.gif">
<img src="/assets/88x31/cssdif.gif">
<a href="https://catsta.red"><img src="/assets/88x31/squishstare.gif"></a>
<img src="/assets/88x31/msoffice97.gif">
<a href="https://www.thunderbird.net/"><img src="/assets/88x31/thunderbird.gif"></a>
<a href="https://archlinux.org/"><img src="/assets/88x31/arch.png"></a>
<a href="https://jellyfin.org/"><img src="/assets/88x31/jellyfin.gif"></a>
<img src="/assets/88x31/right2repair.gif">
<a href="https://wikipedia.org"><img src="/assets/88x31/wikipedia.png"></a>
<a href="https://www.libsdl.org/"><img src="/assets/88x31/sdl.gif"></a>
<a href="https://librewolf.net/"><img src="/assets/88x31/anythingbut.gif"></a>
<img src="/assets/88x31/nocookie.gif">
<a href="https://www.youtube.com/watch?v=cErgMJSgpv0"><img src="/assets/88x31/webvirus.gif"></a>
<a href="https://librewolf.net/"><img src="/assets/88x31/firefox.gif"></a>
<a href="https://adoptium.net/"><img src="/assets/88x31/java.gif"></a>
<a href="https://store.steampowered.com/"><img src="/assets/88x31/steam.gif"></a>
<a href="https://ublockorigin.com"><img src="/assets/88x31/ublock.png"></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 %}