2019-02-26 00:14:12 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
2015-01-24 21:28:45 +00:00
|
|
|
<title>404</title>
|
|
|
|
<style type="text/css">
|
|
|
|
body {
|
|
|
|
margin: 0 !important;
|
|
|
|
padding: 0px !important;
|
|
|
|
overflow-x:hidden!important;
|
|
|
|
background-size: cover !important;
|
|
|
|
background-color: #222 !important;
|
|
|
|
background-image:
|
2019-02-26 00:14:12 +00:00
|
|
|
url(./static/404_background.gif);
|
2015-01-24 21:28:45 +00:00
|
|
|
background-repeat: no-repeat !important;
|
|
|
|
background-position: 0!important;
|
|
|
|
background-attachment: fixed !important;
|
|
|
|
background-size: cover !important;
|
2014-09-28 19:43:49 +00:00
|
|
|
}
|
2015-01-24 21:28:45 +00:00
|
|
|
</style>
|
|
|
|
</head>
|
2014-09-28 19:43:49 +00:00
|
|
|
|
2015-01-24 21:28:45 +00:00
|
|
|
<body>
|
|
|
|
<center><!--<img src="/static/lain_2_090.jpg"/>-->
|
|
|
|
<marquee scrollamount="40"><h1><p style="font-family: sans-serif; font-size:30px; color: white;">WHOOPS</p></h1></marquee>
|
|
|
|
<p style="color: blue;background:black">There's nothing here</p>
|
|
|
|
<p style="color: red;background:black">it's a 404</p>
|
|
|
|
<br /> <br />
|
|
|
|
<audio autoplay loop>
|
|
|
|
<source src="/static/duvet.ogg" type="audio/ogg" />
|
|
|
|
<source src="/static/duvet.mp3" type="audio/mpeg" />
|
|
|
|
</audio>
|
|
|
|
</center>
|
|
|
|
</body>
|
2014-09-28 19:43:49 +00:00
|
|
|
</html>
|
2015-01-24 21:28:45 +00:00
|
|
|
|