mgt c7 checkpoint 1
This commit is contained in:
8
backend/app/templates/404.html
Normal file
8
backend/app/templates/404.html
Normal file
@ -0,0 +1,8 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<h1>File Not Found</h1>
|
||||
<p><a href="{{ url_for('index') }}">Back</a></p>
|
||||
|
||||
{% endblock %}
|
Reference in New Issue
Block a user