18 lines
582 B
PHP
18 lines
582 B
PHP
|
<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>
|
||
|
|