init without trunk
This commit is contained in:
parent
ed24ac4994
commit
bb809e7233
14652 changed files with 177862 additions and 94817 deletions
19
app/Resources/TwigBundle/views/Exception/error404.html.twig
Normal file
19
app/Resources/TwigBundle/views/Exception/error404.html.twig
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{% extends get_base_template() %}
|
||||
|
||||
{% block body %}
|
||||
<h1>Fehler 404</h1>
|
||||
<h4>Leider konnte die von Ihnen angeforderte Seite nicht gefunden werden.</h4>
|
||||
<p>
|
||||
Bitte überprüfen Sie:
|
||||
</p>
|
||||
|
||||
<ul style="list-style-type: disc; padding-left: 40px; margin-top: 20px;">
|
||||
<li>die Schreibweise der URL (Groß- und Kleinschreibung)</li>
|
||||
<li>Ihren Bookmark (Lesezeichen)</li>
|
||||
<li>die Seite, von der Sie gekommen sind</li>
|
||||
</ul>
|
||||
|
||||
<p style="margin-top: 20px;">
|
||||
Versuchen Sie ggf. die gewünschte Seite über unsere <a href="/">Homepage</a> zu finden.
|
||||
</p>
|
||||
{% endblock body %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue