-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
31 lines (29 loc) · 1.3 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
<!DOCTYPE html>
<!--[if lt IE 7]> <html lang="fr" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html lang="fr" class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html lang="fr" class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html lang="fr" class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Chaussure non trouvée - Chauss’ ton univers</title>
<meta name="description" content="Il n’y a rien à cette adresse Web.">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.6.1.min.js"></script>
</head>
<body>
<div>
<header>
<h1><a href="index.html">Chauss’ <span>ton</span> univers</a></h1>
</header>
<!-- Additional content -->
<section aria-live="polite" id="additional-content-wrapper" class="additional-content-wrapper">
<div>
<h2>Aucune chaussure pour ce pied là…</h2>
<nav><a href="index.html">Retourner en page d’accueil !</nav>
</div>
</section>
</div>
</body>
</html>