feat: custom error pages
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{% extends 'layout.html.twig' %}
|
||||
|
||||
{% block content %}
|
||||
<h1 class="text-2xl font-bold pb-8">
|
||||
Oups... Ein Fehler ist aufgetreten
|
||||
</h1>
|
||||
<p class="mb-8">
|
||||
Wir haben uns ein paar Notizen dazu gemacht und werden das Problem so schnell wie möglich beseitigen.
|
||||
</p>
|
||||
<a class="btn" href="{{ path('app_security_login') }}">
|
||||
nochmal von vorne
|
||||
</a>
|
||||
{% endblock %}
|
||||
@@ -0,0 +1,13 @@
|
||||
{% extends 'layout.html.twig' %}
|
||||
|
||||
{% block content %}
|
||||
<h1 class="text-2xl font-bold pb-8">
|
||||
Oups... Ein Fehler ist aufgetreten
|
||||
</h1>
|
||||
<p class="mb-8">
|
||||
Die von dir aufgerufene Seite können wir leider nicht (mehr) finden.
|
||||
</p>
|
||||
<a class="btn" href="{{ path('app_security_login') }}">
|
||||
nochmal von vorne
|
||||
</a>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user