Refactoring

This commit is contained in:
2025-11-11 20:49:23 +00:00
parent dba64a0051
commit 3bdf66cb98
16 changed files with 336 additions and 286 deletions

View File

@@ -0,0 +1,11 @@
{% include 'header.html' %}
<main>
<div id="error-container">
<div id='error'>
<h2>{{ error }}</h2>
<p>{{ description }}</p>
<a href='/'>Click here to return to the homepage</a>
</div>
</div>
</main>
{% include 'footer.html' %}