init
This commit is contained in:
commit
de73fc619a
3560 changed files with 747274 additions and 0 deletions
29
web/app/themes/haiku-atelier-2024/views/404.twig
Executable file
29
web/app/themes/haiku-atelier-2024/views/404.twig
Executable file
|
|
@ -0,0 +1,29 @@
|
|||
{% extends "base.twig" %}
|
||||
|
||||
{% block contenu %}
|
||||
<main
|
||||
class="page-modele-simple"
|
||||
id="page-404"
|
||||
>
|
||||
<div class="contenu">
|
||||
<header class="contenu__en-tete">
|
||||
<h2>Sorry!</h2>
|
||||
</header>
|
||||
|
||||
<div class="contenu__textuel">
|
||||
<p>
|
||||
The page you asked for does not exist. Please verify the address and try again.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a
|
||||
class="lien-lien"
|
||||
href="/shop"
|
||||
>
|
||||
Go back to the Shop
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
{% endblock contenu %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue