-
Notifications
You must be signed in to change notification settings - Fork 861
/
404.html
26 lines (25 loc) · 924 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>404</title>
<link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" type="text/css" media="all"/>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-push-3 col-md-6" style="margin-top: 20px;">
<div class="jumbotron">
<h2 style="font-weight: 100; ">Page Not Found</h2>
<p class="lead">Oops, the page you're looking for does not exist.</p>
<p style="font-size: 14px;">
You may want to head back to the homepage and restart your journey.
</p>
<a href="/" class="btn btn-large btn-info" style="background-color: #3f51b5;">
<i class="glyphicon glyphicon-home"></i> Take Me Home
</a>
</div>
</div>
</div>
</div>
</body>
</html>