first comit

This commit is contained in:
2024-02-23 10:30:02 +00:00
commit ddeb07d0ba
12482 changed files with 1857507 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{% extends "includes/base.html" %}
{% block title %} 404 Page {% endblock %}
{% block content %}
<div class="card shadow-lg mx-4 card-profile-bottom text-center">
<div class="card-body p-3 text-center">
<div class="row gx-4">
<div class="col-12">
<h3 class="mb-4 text-center">Error 404</h3>
<br />
<span class="mb-0 text-muted text-center">
Page not found - <a href="/">Home</a>
</span>
</div>
</div>
</div>
</div>
{% endblock content %}