New error pages

This commit is contained in:
Simon McFarlane 2015-01-24 22:28:45 +01:00 committed by root
parent 38cacf55fd
commit 7868d4a021
2 changed files with 46 additions and 118 deletions

17
403.php Executable file
View file

@ -0,0 +1,17 @@
<title>403</title>
</head>
<!-- <body style="background: black"> -->
<body style="background-image:url(/static/system.gif)">
<center><img height=480 width=640 src="/static/403.jpg"/>
<marquee scrollamount="40"><h1><p style="font-family: sans-serif; font-size:30px; color: black;">WHOOPS</p></h1></marquee>
<p style="color: blue;background:black">this isn't for you</p>
<p style="color: red;background:black">it's a 403</p>
<br /> <br />
<param name="movie" value="/static/congrats.swf">
</center>
<audio autoplay loop>
<source src="/static/cyberia.ogg" />
</audio>
</body>
</html>