-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror404.html
More file actions
38 lines (38 loc) · 1.54 KB
/
error404.html
File metadata and controls
38 lines (38 loc) · 1.54 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
37
38
<!DOCTYPE html>
<html>
<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="description" content="">
<meta name="author" content="">
<link rel="icon" href="img/favicon.png">
<title>SonFlat</title>
<!-- Bootstrap core CSS -->
<link href="bootstrap-3.3.5/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/animate.min.css" rel="stylesheet">
<link href="font-awesome-4.4.0/css/font-awesome.min.css" rel="stylesheet">
<link href="assets/css/errors.css" rel="stylesheet">
<script src="assets/js/jquery.1.11.1.min.js"></script>
<script src="bootstrap-3.3.5/js/bootstrap.min.js"></script>
<script src="assets/js/custom.js"></script>
<!-- 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>
<div class="error-header"> </div>
<div class="container ">
<section class="error-container text-center">
<h1>404</h1>
<div class="error-divider">
<h2 class="animated fadeInDown">PAGE NOT FOUND.</h2>
<p class="description animated fadeInUp">We Couldn't Find This Page</p>
</div>
<a href="profile.html" class="return-btn"><i class="fa fa-home"></i>Home</a>
</section>
</div>
</body>
</html>