We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd96835 commit 104e59aCopy full SHA for 104e59a
app/templates/404.html
@@ -0,0 +1,12 @@
1
+{% extends "base.html" %}
2
+
3
+{% block content %}
4
+<div class="container">
5
+ <div class="error-page">
6
+ <h1>404</h1>
7
+ <h2>Page Not Found</h2>
8
+ <p>The page you're looking for doesn't exist.</p>
9
+ <a href="{{ url_for('index') }}" class="btn-primary">Go Home</a>
10
+ </div>
11
+</div>
12
+{% endblock %}
0 commit comments