Some styling + draft 404 page
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user