site/templates/404.html
missing 23b3cca0a7 Various changes
- color scheme
- built with zola link
- font subsetting
- ubuntu font
- remove 404 zola-page
- resize pfp to 32*32
- remove whitespace from <title>
2022-07-27 17:12:44 -07:00

15 lines
258 B
HTML

{% extends "base.html" %}
{% block content %}
{% filter markdown %}
# Uh oh!
Looks like the page you're looking for is *missing*. Get the joke? Haha, I'm so funny.
Anyway, [here](/)'s a link back to the homepage.
{% endfilter %}
{% endblock content %}