-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
146 lines (67 loc) · 3.36 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" 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 · PurpleScreen
</title>
<link rel="stylesheet" href="https://purple-screen.com/css/poole.css">
<link rel="stylesheet" href="https://purple-screen.com/css/syntax.css">
<link rel="stylesheet" href="https://purple-screen.com/css/lanyon.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700|PT+Sans:400">
<link rel="stylesheet" href="https://purple-screen.com/css/custom.css">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://purple-screen.com/assets/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="https://purple-screen.com/assets/favicon.png">
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://purple-screen.com/atom.xml">
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-47057839-1', 'auto');
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
</head>
<body>
<input type="checkbox" class="sidebar-checkbox" id="sidebar-checkbox">
<div class="sidebar" id="sidebar">
<div class="sidebar-item">
<p>Alexey Miasoedov's blog</p>
<p>Senior Core System Administrator @Intermedia</p>
</div>
<nav class="sidebar-nav">
<a class="sidebar-nav-item " href="https://purple-screen.com/">Home</a>
<a class="sidebar-nav-item " href="https://purple-screen.com/post">Posts</a>
<a class="sidebar-nav-item " href="https://purple-screen.com/tags">Tags</a>
<a class="sidebar-nav-item " href="https://purple-screen.com/about/">About</a>
</nav>
<div class="sidebar-item">
<p>Powered by <a href="https://gohugo.io/">Hugo</a>.</p>
<p>Built by <a href="https://travis-ci.com/">Travis CI</a>.</p>
<p>Hosted on <a href="https://pages.github.com/">GitHub Pages</a>.</p>
<p>Accelerated by <a href="https://cloudflare.com">CloudFlare</a>.</p>
<p>© 2014. All rights reserved.</p>
</div>
</div>
<div class="wrap">
<div class="masthead">
<div class="container">
<h3 class="masthead-title">
<a href="https://purple-screen.com/" title="Home">PurpleScreen</a>
<small>>> sudo make read</small>
</h3>
</div>
</div>
<div class="container content">
<div class="page">
<h1 class="page-title">404</h1>
<p>Sorry, we’ve misplaced that URL or it’s pointing to something that doesn’t exist. <a href="https://purple-screen.com/">Head back home</a> to try finding it again.</p>
</div>
</div>
</div>
<label for="sidebar-checkbox" class="sidebar-toggle"></label>
</body>
</html>