-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy path404.html
36 lines (36 loc) · 1.8 KB
/
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
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html class="no-js" lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<!-- Web Experience Toolkit (WET) / Boîte à outils de l'expérience Web (BOEW)
wet-boew.github.io/wet-boew/License-en.html / wet-boew.github.io/wet-boew/Licence-fr.html -->
<title>We couldn't find that Web page (Error 404) / Nous ne pouvons trouver cette page Web (Erreur 404)</title>
<meta content="width=device-width,initial-scale=1" name="viewport">
<meta name="robots" content="noindex, nofollow, noarchive">
<link href="./theme-wet-boew/assets/favicon.ico" rel="icon" type="image/x-icon">
<link rel="stylesheet" href="./theme-wet-boew/css/theme.min.css">
<noscript><link rel="stylesheet" href="./wet-boew/css/noscript.min.css"></noscript>
</head>
<body vocab="http://schema.org/" resource="#wb-webpage" typeof="WebPage">
<main role="main" property="mainContentOfPage" resource="#wb-main" class="container">
<div class="row mrgn-tp-lg">
<section class="col-sm-12 col-md-6">
<h2><span class="glyphicon glyphicon-warning-sign mrgn-rght-md"></span> We couldn't find that Web page</h2>
<p>Error 404</p>
<p>We're sorry you ended up here. Sometimes a page gets moved or deleted, but hopefully we can help you find what you're looking for.</p>
<ul>
<li>Return to the <a href="/v4.0-ci/unmin/index-en.html">home page</a></li>
</ul>
</section>
<section lang="fr" class="col-sm-12 col-md-6">
<h2><span class="glyphicon glyphicon-warning-sign mrgn-rght-md"></span> Nous ne pouvons trouver cette page Web</h2>
<p>Erreur 404</p>
<p>Nous sommes désolés que vous ayez abouti ici. Il arrive parfois qu'une page ait été déplacée ou supprimée. Heureusement, nous pouvons vous aider à trouver ce que vous cherchez.</p>
<ul>
<li>Retournez à la <a href="/v4.0-ci/unmin/index-fr.html">page d'accueil</a></li>
</ul>
</section>
</div>
</main>
</body>
</html>