site/templates/404.html

15 lines
258 B
HTML
Raw Permalink Normal View History

2022-07-27 02:13:58 -05:00
{% 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 %}
2022-07-27 02:13:58 -05:00
{% endblock content %}