Initial Commit
This commit is contained in:
7
templates/404.html
Normal file
7
templates/404.html
Normal file
@ -0,0 +1,7 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block main %}
|
||||
<h1>404</h1>
|
||||
|
||||
<p>The page you requested has not been found in this website.</p>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user