-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
47 lines (31 loc) · 1.41 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Sons & Fortune- Premium Haircuts and Fashion</title>
<meta name="application-name" content="Sons & Fortune" />
<meta name="author" content="tgilbert" />
<meta name="keywords" content="web-development, html5, css3, js, jQuery, bootstrap" />
<!-- Render -->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<link rel="shortcut icon" href="img/ico.png" />
<!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<!-- Custom Fonts -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
<!-- main style -->
<link href="css/style.min.css" rel="stylesheet" /><!-- min css styles -->
</head>
<!-- 404 -->
<div class="error_wrapper">
<div class="container">
<div class="text_padding">
<div class="error_mess text-center">Oh snap! Page Does Not Exist</div>
<div class="error_code text-center">404 Error</div>
<div class="error_padding text-center"><a href="index.html">GO BACK TO HOME PAGE</a></div>
</div>
</div>
</div>
<!-- 404-end -->
</html>