This commit is contained in:
Ashley Rose
2026-02-23 10:45:57 -06:00
commit 7152f830c0
23 changed files with 636 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{% extends "base.html.twig" %}
{% block title %}404{% endblock %}
{% block content %}
<h1 class="no-emoji">
<strong>
404 Page Not Found
</strong>
</h1>
{% endblock %}