-
Notifications
You must be signed in to change notification settings - Fork 53
/
404.html
27 lines (26 loc) · 1.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>404 Page</title>
<!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel=”stylesheet” href=”css/bootstrap.css”>
<link rel=”stylesheet” href=”css/bootstrap-responsive.css”>
<link rel="stylesheet" href="static/css/404.css" />
<body>
<div class="container">
<div class="col-lg-12 col-xs-12 col-md-12 col-sm-12 ">
<div>
<p><b><span class="p1">4</span><span class="p2">0</span><span class="p3">4</span></b></p>
<p class="p">We are sorry, the page you requested could not be found</p>
<p class="p">Please press the button below to go back</p>
<div class="center">
<a href="index.html"><button type="button" class="btn btn-primary">Go Back Home</button></a>
</div>
</div>
</div>
</div>
</body>
</html>