-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
executable file
·33 lines (32 loc) · 1.18 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
---
layout: default
title: "404: Page not found"
permalink: 404.html
---
<style type="text/css">
#Death-Star404 {
position: fixed;
top: 0;
left: 0;
/* preserve aspect ratio */
min-width: 100vw;
max-height: 100vh;
border-radius: 0;
}
html {
background-color: #1c1c1c;/*dark-grey*/
background-repeat: all;
}
.sidebar { display: none; }
@media only screen and (max-device-width: 1025px) and (orientation: portrait) {
#Death-Star404 {
height: auto;
min-height: auto;
}
}
</style>
<div id="page_404">
<a href="/">
<img id="Death-Star404" src="/IMAGES/Death-Star_404page-image_16-9.jpg" alt="404 image" title="“Everything’s under control. Situation normal... we had a slight weapons malfunction and have misplaced the URL you were looking for, or it’s pointing to a mystical energy field that doesn’t exist, but... everything’s perfectly all right now. We’re fine. We’re all fine here now, thank you. How are you? Would you like to RETURN to witness the power of the fully armed and operational homepage, stretch out with your feelings, stay on target, and try navigating to the pitiful little post or page you were seeking again?”" />
</a>
</div>