takahe/templates/404.html

7 lines
119 B
HTML
Raw Normal View History

2022-11-05 20:17:27 +00:00
{% extends "base.html" %}
{% block content %}
<h1>Page Not Found</h1>
<p>Sorry about that.</p>
{% endblock %}