-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path404.html
395 lines (335 loc) · 13.6 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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!-- this is needed if you want conditional comments to work -->
<!-- meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<title>404 - Page not found</title>
<meta name="description" content="{{DESCRIPTION}}">
<meta name="viewport" content="width=device-width">
<meta property="og:title" content="Adrian Roworth" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://www.adrianroworth.co.uk/" />
<meta property="og:image" content="http://www.adrianroworth.co.uk/resource/images/facebook.png" />
<meta property="og:site_name" content="Adrian Roworth" />
<meta property="fb:admins" content="684945520" />
<meta name="geo.region" content="GB-GLG" />
<meta name="geo.placename" content="Glasgow" />
<meta name="geo.position" content="55.858104;-4.278944" />
<meta name="ICBM" content="55.858104, -4.278944" />
<link rel="author" href="humans.txt" />
<link rel="shortcut icon" href="/resource/images/favicon.png?v=4" />
<link rel="apple-touch-icon" href="/resource/images/favicon.png?v=2.0.0.0" />
<!-- For third-generation iPad with high-resolution Retina display: -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/resource/images/icons/apple-touch-icon-144x144-precomposed.png">
<!-- For iPhone with high-resolution Retina display: -->
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/resource/images/icons/apple-touch-icon-114x114-precomposed.png">
<!-- For first- and second-generation iPad: -->
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/resource/images/icons/apple-touch-icon-72x72-precomposed.png">
<!-- For non-Retina iPhone, iPod Touch, and Android 2.1+ devices: -->
<link rel="apple-touch-icon-precomposed" href="/resource/images/icons/apple-touch-icon-precomposed.png">
<!-- For the Windows 8 Start Screen -->
<meta name="application-name" content="{{WEBSITE URL}}"/>
<meta name="msapplication-TileColor" content="#FFFFFF"/>
<meta name="msapplication-TileImage" content="/resource/icons/ms-tile-icon-144x144.png" />
<style>
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
html {
padding: 30px 10px;
font-size: 20px;
line-height: 1.4;
background: #00A;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
color: #ffffff;
font-family: courier;
font-size: 16px;
text-align: center;
}
#page {
background: #00A;
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
position: relative;
z-index: 1;
margin: 0 auto;
width: 800px;
}
#page.boom {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}
#page .main {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 1;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
}
#page .laldy {
position: absolute;
z-index: 2;
top: 0;
left: 0;
width: 100%;
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
}
.container {
text-align: left;
}
.title {
background: #FFF;
color: #00A;
padding: 2px 8px;
font-weight: bold;
margin: 60px 0 0 0;
display: inline-block;
}
p {
margin: 0;
padding: 0;
font-weight: bold;
line-height: 18px;
cursor: default;
}
p a {
color: #FFF;
}
p img {
max-width: 100%;
}
p.press-key {
margin: 0 0 10px 0;
text-align: center;
}
.cursor {
-webkit-animation: cursorblink 1.5s linear 0s infinite;
-moz-animation: cursorblink 1.5s steps(2, end) infinite;
-o-animation: cursorblink 1.5s steps(2, end) infinite;
animation: cursorblink 1.5s steps(2, end) infinite;
}
@-webkit-keyframes cursorblink {
0% { color: #EEE }
47% { color: #FFF }
50% { color: #00A }
97% { color: #00A }
100% { color: #FFF }
}
#popup {
position: absolute;
z-index: 1000;
top: 50%;
left: 50%;
margin: -250px 0 0 -280px;
padding: 10px;
display: none;
background: #0000F7;
}
#popup .popup-inner {
width: 500px;
height: 350px;
padding: 20px;
border: 4px solid #FFF;
background: #0000F7;
}
#popup .popup-inner .title {
display: inline-block;
margin: 0 auto;
background: #0000F7;
color: #FFF;
position: relative;
top: -34px;
}
#popup .popup-inner ul {
list-style-type: none;
}
#popup .popup-inner ul li {
text-align: left;
position: relative;
}
#popup .popup-inner ul li a {
color: #FFF;
text-decoration: none;
cursor: default;
display: block;
padding: 3px 0;
}
#popup .popup-inner ul li.active {
background: #FFF;
}
#popup .popup-inner ul li.active:before {
content: '\25B6';
position: absolute;
left: -20px;
}
#popup .popup-inner ul li.active a {
color: #0000F7;
font-weight: bold;
}
#popup .popup-inner .key {
position: absolute;
bottom: 1px;
left: 25px;
background: #0000F7;
padding: 2px 8px;
}
@media all and (max-width: 800px) {
#page {
width: 90%;
}
#popup {
margin-left: -230px;
}
#popup .popup-inner {
width: 400px;
}
}
@media all and (max-width: 600px) {
#popup {
margin-left: -180px;
}
#popup .popup-inner {
width: 300px;
}
}
@media all and (max-width: 400px) {
#popup {
margin-left: -134px;
}
#popup .popup-inner {
width: 200px;
}
}
</style>
</head>
<body>
<div id="page">
<div class="main">
<span class="title">Haud on</span>
<div class="container">
<br />
<p>A fatal exception 404 has occurred at 0025:C0011ED7 in AR DEV(01). The program you are looking for cannot be found.</p>
<br />
<p>* If you came here via a link on this site, then let me <a href="/contact">know</a>.</p>
<p>* Press 'Back' to restart your computer. You will lose any unsaved information in all applications.</p>
<br />
<p class="press-key">Press any key to continue <span class="cursor">_</span></p>
</div>
</div>
<div class="laldy">
<p>You have discovered the super secret area of the site!</p>
<br /><br /><br />
<p><img src="/resource/images/8bitme.png" alt="8-Bit Reb" /></p>
<p>Love Reb x</p>
</div>
</div>
<div id="popup">
<div class="popup-inner">
<p class="title">What's it gonna be?</p>
<p>Select one of the following options:</p>
<ul>
<li class="active"><a href="javascript: history.back(-1); return false;"> * Go back in my history</a></li>
<li><a href="/"> * Go to homepage</a></li>
<li><a> * This option does nothing</a></li>
<li><a> * ....</a></li>
<li><a> * Profit???</a></li>
</ul>
<p class="key">C=Close, 1..5=Select Option</p>
</div>
</div>
<script type="text/javascript">
(function() {
var popUpVisible = false;
document.onkeydown = function(e) {
var keyCode = e.keyCode;
console.log(e);
if(keyCode == 82 && !popUpVisible) {
document.getElementById('page').className = 'boom';
} else if(keyCode && keyCode != 116 && !popUpVisible) {
showPopup();
} else if(keyCode && popUpVisible) {
window.activeOption = document.getElementsByClassName('active')[0];
// 38 = up.
if(keyCode == 38) {
if(activeOption.previousElementSibling) {
activeOption.previousElementSibling.className = 'active';
activeOption.className = '';
}
// 40 = down.
} else if(keyCode == 40) {
if(activeOption.nextElementSibling) {
activeOption.nextElementSibling.className = 'active';
activeOption.className = '';
}
// 67 = C, 27 = Esc.
} else if(keyCode == 67 || keyCode == 27) {
hidePopup();
// number keys (1 -5).
} else if(keyCode >= 49 && keyCode <= 53) {
var optionIndex = keyCode - 49;
activeOption.className = '';
document.getElementsByTagName('li')[optionIndex].className = 'active';
// num keys (1 -5).
} else if(keyCode >= 97 && keyCode <= 101) {
var optionIndex = keyCode - 97;
activeOption.className = '';
document.getElementsByTagName('li')[optionIndex].className = 'active';
// 13 == return.
} else if(keyCode == 13) {
document.getElementsByClassName('active')[0].childNodes[0].click();
}
}
};
function showPopup() {
var popupEl = document.getElementById('popup');
popupEl.style.display = 'block';
popUpVisible = true;
}
function hidePopup() {
var popupEl = document.getElementById('popup');
popupEl.style.display = 'none';
popUpVisible = false;
}
})()
</script>
</body>
</html>