mirror of
https://github.com/rmontanana/microblog.git
synced 2025-08-19 01:05:52 +00:00
Chapter 7
This commit is contained in:
8
app/templates/404.html
Normal file
8
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