-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
36 lines (36 loc) · 2.05 KB
/
404.html
File metadata and controls
36 lines (36 loc) · 2.05 KB
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>
<!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" dir="ltr"> <!--<![endif]-->
<head>
<meta charset="utf-8"/>
<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"/>
<!--[if gte IE 9 | !IE ]><!--> <link href="./assets/favicon.ico" rel="icon" type="image/x-icon"/> <link rel="stylesheet" href="./css/wet-boew.min.css"/> <!--<![endif]-->
<link rel="stylesheet" href="./css/theme.min.css"/>
<!--[if lt IE 9]><link href="./assets/favicon.ico" rel="shortcut icon"/> <link rel="stylesheet" href="./css/ie8-wet-boew.min.css"/> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="./js/ie8-wet-boew.min.js"></script><![endif]-->
<noscript><link rel="stylesheet" href="./css/noscript.min.css"/></noscript>
</head>
<body vocab="http://schema.org/" typeof="WebPage">
<main role="main" property="mainContentOfPage" 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. What next?</p>
<ul>
<li>Return to the <a href="/v4.0-ci/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. Que faire?</p>
<ul>
<li>Retournez à la <a href="/v4.0-ci/index-fr.html">page d'accueil</a></li>
</ul>
</section>
</div>
</main>
</body>
</html>