Skip to content

Instantly share code, notes, and snippets.

@jonasbjork
Created June 29, 2009 07:50
Show Gist options
  • Save jonasbjork/137523 to your computer and use it in GitHub Desktop.
Save jonasbjork/137523 to your computer and use it in GitHub Desktop.
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>[404] Document Not Found</title>
<link rel="stylesheet" href="/blue-screen-of-death.css" type="text/css"></link>
<style>
html, body {
color: white;
background-color: #000080;
}
a {
background-color: transparent;
color: #ffffff;
}
#horizon {
position: absolute;
top: 50%;
left: 0px;
width: 100%;
height: 1px;
overflow: visible;
visibility: visible;
display: block;
}
#content {
margin-left: -320px;
position: absolute;
top: -100px;
left: 50%;
width: 640px;
height: 200px;
visibility: visible;
}
#errormessage {
font: 12px fixedsys, monospace;
line-height: 180%;
}
#title, #footer {
text-align: center;
}
#title span {
background-color: #c0c0c0;
color: #000080;
}
</style>
</head>
<body>
<div id="horizon">
<div id="content">
<div id="errormessage">
<p id="title"><span>&nbsp;Page not found&nbsp;</span></p>
<p>A fatal exception 0E has occurred at 404:0000C600:<?php // IP_ADRESS HÄR ?> in VXD UMM(01) + 0000C600. Not available.</p>
<p>*&nbsp;&nbsp;&nbsp;Press the back button to return to the previous page.<br/>
*&nbsp;&nbsp;&nbsp;Sorry I don't know what to do about your problem, try a different button.</p>
<p id="footer">Press the back button to continue</p>
</div>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment