Init
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user