-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
32 lines (32 loc) · 1.05 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
<!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.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<title>404 Error Page</title>
<style>
img{
display: block;
margin-left: auto;
margin-right: auto;
}
.homebtn{
background:none;
border:1px solid #1f2b7b !important;
color:#1f2b7b;
}
.homebtn:hover{
background:#1f2b7b !important;
color:#fff;
}
</style>
</head>
<body>
<img src="../assets/img/404/404 Error-bro.png" alt="404 Error" class="center" width="75%" height="700vh" >
<div class="text-center">
<a href="https://qualifind.rushilshah.in" type="button" class="btn homebtn">Go Back To Home</a>
</div>
</body>
</html>