Add a 404 entry, standardize more text

This commit is contained in:
Bun 2025-07-03 00:47:02 -04:00
parent 38d45ced44
commit 958242f4d5
5 changed files with 22 additions and 21 deletions

6
templates/404.html Normal file
View file

@ -0,0 +1,6 @@
{% extends "base.html" %}
{% block content %}
<h1>404, page not found</h1>
<p>lost? you can always return <a href="/">home</a>.</p>
{% endblock content %}