-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
93 lines (54 loc) · 2.53 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html lang="en-us">
<head prefix="og: http://ogp.me/ns#">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
<meta property="og:title" content=" 404 Page not found · Random Security Things" />
<meta property="og:site_name" content="Random Security Things" />
<meta property="og:url" content="https://georgemclaughlin.github.io/test/404/" />
<meta property="og:type" content="website" />
<title>
404 Page not found · Random Security Things
</title>
<link rel="stylesheet" href="https://georgemclaughlin.github.io/test/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://georgemclaughlin.github.io/test/css/main.css" />
<link rel="stylesheet" href="https://georgemclaughlin.github.io/test/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://georgemclaughlin.github.io/test/css/github.css" />
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400" type="text/css">
<link rel="shortcut icon" href="https://georgemclaughlin.github.io/test/images/favicon.ico" />
<link rel="apple-touch-icon" href="https://georgemclaughlin.github.io/test/images/apple-touch-icon.png" />
</head>
<body>
<header class="global-header" style="background-image:url( /images/bg.jpg )">
<section class="header-text">
<h1><a href="https://georgemclaughlin.github.io/test/">Random Security Things</a></h1>
<div class="sns-links hidden-print">
</div>
<a href="https://georgemclaughlin.github.io/test/" class="btn-header btn-back hidden-xs">
<i class="fa fa-angle-left" aria-hidden="true"></i>
Home
</a>
<a href="https://georgemclaughlin.github.io/test/404.html/index.xml" class="btn-header btn-subscribe hidden-xs">
<i class="fa fa-rss" aria-hidden="true"></i>
Subscribe
</a>
</section>
</header>
<main class="container">
<section class="row not-found">
<h1 class="col-md-4 col-md-offset-4">404</h1>
<div class="col-md-4 col-md-offset-4">That page doesn't exist!</div>
</section>
</main>
<footer class="container global-footer">
<div class="copyright-note pull-left">
</div>
<div class="sns-links hidden-print">
</div>
</footer>
<script src="https://georgemclaughlin.github.io/test/js/highlight.pack.js"></script>
<script>
hljs.initHighlightingOnLoad();
</script>
</body>
</html>