Add a 404 entry, standardize more text
This commit is contained in:
parent
38d45ced44
commit
958242f4d5
5 changed files with 22 additions and 21 deletions
6
templates/404.html
Normal file
6
templates/404.html
Normal 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 %}
|
Loading…
Add table
Add a link
Reference in a new issue