Some styling + draft 404 page

This commit is contained in:
2024-10-31 16:23:09 +01:00
parent 6b0fbce7ee
commit 6c47dc8a1e
6 changed files with 36 additions and 20 deletions

View File

@@ -0,0 +1,9 @@
{% extends 'base.html.twig' %}
{% block title %}404 - Not Found | ArCOA{% endblock %}
{% block body %}
<h1 class="is-size-1 has-text-centered">404 - Not Found</h1>
{% endblock %}