-
Notifications
You must be signed in to change notification settings - Fork 7
/
404.html
28 lines (22 loc) · 1002 Bytes
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
layout: default2023
title: Page introuvable
js:
- assets/plugins/owlcarousel2/owl.carousel.min.js
- assets/plugins/waypoints/waypoints.min.js
- static/js/404.js
---
<!-- PAGE ERROR -->
<section class="page-section error-section light">
<div class="container text-center">
<h1 class="section-title">
<span data-animation="fadeInRight" data-animation-delay="100" class="title-inner">Erreur 404 / <small data-animation="fadeInLeft" data-animation-delay="300">La page que vous recherchez ne peut être trouvée ou n'existe plus</small></span>
</h1>
<span data-animation="flipInY" data-animation-delay="300" class="error-number">404</span>
<hr class="page-divider half"/>
<hr class="page-divider half"/>
<p><a data-animation="flipInY" data-animation-delay="500" class="btn btn-theme" href="/index.html">Retour à la home</a></p>
<hr class="page-divider half hidden-md"/>
</div>
</section>
<!-- /PAGE ERROR -->