-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpage-404.html
30 lines (25 loc) · 940 Bytes
/
page-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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css"
integrity="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4" crossorigin="anonymous">
<link rel="stylesheet" href="style4.css">
<title>Document</title>
</head>
<body id="error-body">
<div class="container">
<div class="row">
<div class="col-1 col-md-3"></div>
<div class="col-10 col-md-6 error">
<h1>Oops!</h1>
<h3>We can't seem to find the page you are looking for.</h3>
<h6>Error code: 404</h6>
</div>
<div class="col-1 col-md-3"></div>
</div>
</div>
</body>
</html>