🎉 initial commit
This commit is contained in:
10
templates/404.html
Normal file
10
templates/404.html
Normal file
@@ -0,0 +1,10 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<div class="error-page">
|
||||
<h1>404</h1>
|
||||
<h2>Page Not Found</h2>
|
||||
<p>Sorry, the page you're looking for doesn't exist.</p>
|
||||
<a href="{{ url_for('index') }}" class="btn">Go Home</a>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user