-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
49 lines (38 loc) · 1.32 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
49
<!doctype html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us" class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Ooops!</title>
<meta name="author" content="Kyle P Davis">
<meta name="description" content="tech. code. rants.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="content container-fluid">
<div class="row center-block">
<div class="col-xs-12 col-md-3">
<!--left-->
</div>
<div class="col-xs-12 col-md-6 jumbotron">
<h1>
Ooops!
<p><small>I don't know what you wanted but it's not here.</small></p>
</h1>
<h2>
Try the <a href="/">main page</a> instead.
</h2>
</div>
<div class="col-xs-12 col-md-3">
<!--right-->
</div>
</div>
</div>
</body>
</html>