-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage404.php
42 lines (40 loc) · 1.5 KB
/
page404.php
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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/knacss.css">
<link rel="stylesheet" href="css/main_p.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/article.css">
<link rel="stylesheet" href="css/fontawesome.css">
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body>
<?php include('header.php'); ?>
<div class="main_wrap">
<div class="wrapper grid-1-3">
<?php include('nav.php'); ?>
<div id="page404">
<div class="titrepage">
<h2>Ooooops !</h2>
</div>
<div id="article-page-wrap">
<div class="intropage">
<h3>Erreur 404</h3>
<p>T'as vraiment cru qu'il se passait des trucs dans cette fac de tocards ?</p>
<p>Bah non.</p>
</div>
</div>
</div>
</div>
</div>
<?php include('footer.php'); ?>
</body>
</html>