Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
35 lines (31 sloc)
1.22 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script language="JavaScript"> | |
| wpadwindow = window.open("http://www.webprovider.com/ad.html", "adwindow","toolbar=no,location=no,directories=no menubar=no,scrollbars=yes,resizable=yes,status=no,width=530,height=135"); | |
| var NavName = navigator.appName; | |
| var NavVer = parseInt(navigator.appVersion); | |
| var agt=navigator.userAgent.toLowerCase(); | |
| if (NavName=='Netscape'){ | |
| wpadwindow.focus(); | |
| } | |
| if (NavName=='Microsoft Internet Explorer') { | |
| var mssux = 1; | |
| } | |
| </script><!doctype html public "-//w3c//dtd html 4.0 transitional//en"> | |
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | |
| <meta name="Author" content="TC"> | |
| <meta name="GENERATOR" content="Mozilla/4.5 [en] (Win95; I) [Netscape]"> | |
| <title>Got Debris?</title> | |
| </head> | |
| <body text="#FF0000" bgcolor="#000000" link="#0000EE" vlink="#3366FF" alink="#0000EE"> | |
| <div align=right><img SRC="gotdebris.jpg" height=389 width=521></div> | |
| <center>GOT DEBRIS?</center> | |
| <img SRC="flaming-sheep.jpg" height=397 width=530> | |
| <br>BURN GOATS BURN!!! | |
| <div align=right><img SRC="feedit.jpg" BORDER=0 height=381 width=577></div> | |
| <center> | |
| <p>Hacked By RH | |
| <p>Shouts To: eXo2060 and Defiance | |
| <br><img SRC="rh.JPG" BORDER=0 height=212 width=265></center> | |
| </body> | |
| </html> |