-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
48 lines (46 loc) · 2.08 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
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<title>BLOG</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700&display=swap" rel="stylesheet">
</head>
<body>
<section class="F404">
<div class="row content-justify-center">
<div class="col-md-8">
<div class="body404 ">
<img src="images/404.png" class="mb-5 img-fluid">
<div class="search-404">
<div class="search-post">
<div class="input-group mb-5">
<input type="text" class="form-control" placeholder="SEARCH" >
<div class="input-group-append">
<span class="input-group-text">
SEARCH
</span>
</div>
</div>
</div>
</div>
<h4>
Sorry!
</h4>
<p>
The page you are looking for does not exist or another error occurred
</p>
<h5><a href="#"><span class="fa fa-home"></span> GO BACK HOME</a></h5>
</div>
</div>
</div>
</section>
</body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<script src="js/custom.js"></script>
</html>