-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
112 lines (58 loc) · 2.99 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html lang="en-us">
<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>
404: Page not found · CIRT.net: The Blog
</title>
<link rel="canonical" href="https://sullo.github.io/404.html">
<link rel="stylesheet" href="https://sullo.github.io/public/css/poole.css">
<link rel="stylesheet" href="https://sullo.github.io/public/css/syntax.css">
<link rel="stylesheet" href="https://sullo.github.io/public/css/lanyon.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700%7CPT+Sans:400">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://sullo.github.io/public/apple-touch-icon-precomposed.png">
<link rel="shortcut icon" href="https://sullo.github.io/public/favicon.ico">
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://sullo.github.io/atom.xml">
</head>
<body>
<!-- Target for toggling the sidebar `.sidebar-checkbox` is for regular
styles, `#sidebar-checkbox` for behavior. -->
<input type="checkbox" class="sidebar-checkbox" id="sidebar-checkbox" checked>
<!-- Toggleable sidebar -->
<div class="sidebar" id="sidebar">
<div class="sidebar-item">
<p><center><a href="https://cirt.net/"><img border=0 src="/public/images/alien_oval_200x200.png "width=100 height=100"></a><br>The blog of Chris Sullo</br>- <a href="https://cirt.net/">Nikto</a> -</center></p>
</div>
<nav class="sidebar-nav">
<a class="sidebar-nav-item" href="https://sullo.github.io/">Home</a>
<a class="sidebar-nav-item" href="https://sullo.github.io/about/">About</a>
<a class="sidebar-nav-item" href="https://sullo.github.io/posts/">All Posts</a>
</nav>
<div class="sidebar-item">
<p>
© 2021. All rights reserved.
</p>
</div>
</div>
<!-- Wrap is the content to shift when toggling the sidebar. We wrap the
content to avoid any CSS collisions with our real content. -->
<div class="wrap">
<div class="masthead">
<div class="container">
<h3 class="masthead-title">
<a href="/" title="Home">CIRT.net: The Blog</a>
<small>Suspicion Breeds Confidence</small>
</h3>
</div>
</div>
<div class="container content">
<h1 id="404-page-not-found">404: Page not found</h1>
<p>Sorry, we’ve misplaced that URL or it’s pointing to something that doesn’t exist. <a href="https://sullo.github.io">Head back home</a> to try finding it again.</p>
</div>
</div>
<label for="sidebar-checkbox" class="sidebar-toggle"></label>
<script src='/public/js/script.js'></script>
</body>
</html>