Finished Version 3
This commit is contained in:
11
interface/templates/404.html
Normal file
11
interface/templates/404.html
Normal file
@ -0,0 +1,11 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %} Page Not Found {% endblock %}
|
||||
{% block content %}
|
||||
|
||||
<h1>Error: Page Not Found</h1>
|
||||
|
||||
<div class="container">
|
||||
<a href="/">Return to the Home Page</a>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
Reference in New Issue
Block a user