Initial commit
This commit is contained in:
5
templates/404.html
Normal file
5
templates/404.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}404{% endblock title %}
|
||||
{% block content %}
|
||||
<h1>404 - Could not find that page</h1>
|
||||
{% endblock content %}
|
Reference in New Issue
Block a user