-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patherror.html
51 lines (48 loc) · 2.05 KB
/
error.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="robots" content="index, follow"/>
<title>Taha Derouiche's Official Website</title>
<link rel="shortcut icon" href="logo-website.png">
<!-- Google Font Roboto -->
<link href="http://fonts.googleapis.com/css?family=Roboto:500,400italic,100,300,700,100italic,300italic,400" rel="stylesheet" type="text/css">
<!-- Bootstrap 3.3.5 -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" />
<!-- Design Style MyWALL -->
<link rel="stylesheet" type="text/css" href="css/mywall.min.css" />
<!-- Black Style MyWALL -->
<link rel="stylesheet" type="text/css" href="css/black.css" />
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<header>
<div class="container">
<h1 class="name-boss">Ooops!</h1>
<h2 class="extend-details">It looks like you are lost</h2>
<p class="extend-details">The page you're looking for is not here.</p>
<a class="button-mywall" href="http://tahaderouiche.com/">Go home now</a>
</div>
</header>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<!-- Smooth-scroll -->
<script src="js/smooth-scroll.min.js"></script>
<!-- "Hi. I'am..." Text type - Resource jQuery -->
<script src="js/main.min.js"></script>
<!-- Owl Carousel -->
<script src="js/owl.carousel.min.js"></script>
<!-- Menu Scrolling -->
<script src="js/waypoints.min.js"></script>
<!-- Portfolio gallery -->
<script src="js/imagelightbox.min.js"></script>
</body>
</html>