bhd82's picture
Upload 22 files
d8c0d49 verified
raw
history blame contribute delete
259 Bytes
{% extends "base.html" %}
{% block content %}
<div class="error-container">
<h1>404 - Page Not Found</h1>
<p>The page you're looking for doesn't exist.</p>
<a href="{{ url_for('index') }}" class="cta-button">Return Home</a>
</div>
{% endblock %}