-
Notifications
You must be signed in to change notification settings - Fork 35
/
404.html
56 lines (53 loc) · 2.83 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---
permalink: /404.html
---
<!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) - Canada.ca theme / Nous ne pouvons trouver cette page Web (Erreur 404) - Thème Canada.ca</title>
<meta content="width=device-width,initial-scale=1" name="viewport">
<!-- Meta data -->
<meta name="robots" content="noindex, nofollow, noarchive">
<!-- Meta data-->
<link href="{{ site.wet_cdts_hosturl }}/assets/favicon.ico" rel="icon" type="image/x-icon">
<link rel="stylesheet" href="{{ site.wet_cdts_hosturl }}/css/theme-srv.min.css">
<noscript><link rel="stylesheet" href="{{ site.wet_cdts_hosturl }}/css/noscript.min.css" /></noscript>
</head>
<body vocab="http://schema.org/" typeof="WebPage">
<header role="banner" id="wb-bnr" class="container">
<div class="row">
<div class="col-sm-6">
<object id="gcwu-sig" type="image/svg+xml" tabindex="-1" role="img" data="{{ site.wet_cdts_hosturl }}/assets/sig-blk-en.svg" aria-label="Government of Canada / Gouvernement du Canada"></object>
</div>
<div class="col-sm-6">
<object id="wmms" type="image/svg+xml" tabindex="-1" role="img" data="{{ site.wet_cdts_hosturl }}/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object>
</div>
</div>
</header>
<main role="main" property="mainContentOfPage" class="container">
<div class="row mrgn-tp-lg">
<h1 class="wb-inv">We couldn't find that Web page (Error 404) / <span lang="fr">Nous ne pouvons trouver cette page Web (Erreur 404)</span></h1>
<section class="col-md-6">
<h2><span class="glyphicon glyphicon-warning-sign mrgn-rght-md"></span> We couldn't find that Web page (Error 404)</h2>
<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="{{ site.baseurl }}{{ '/en/index.html' }}" data-proofer-ignore>home page</a></li>
</ul>
</section>
<section class="col-md-6" lang="fr">
<h2><span class="glyphicon glyphicon-warning-sign mrgn-rght-md"></span> Nous ne pouvons trouver cette page Web (Erreur 404)</h2>
<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="{{ site.baseurl }}{{ '/fr/index.html' }}" data-proofer-ignore >page d'accueil</a></li>
</ul>
</section>
</div>
</main>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/{{ site.jquery_version }}/jquery.js"></script>
<script src="{{ site.wet_cdts_hosturl }}/js/wet-boew.min.js"></script>
<script src="{{ site.wet_cdts_hosturl }}/js/theme.min.js"></script>
</body>
</html>