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.
47 lines (38 sloc)
948 Bytes
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
| <HTML><HEAD> | |
| <TITLE>0wn3d by the [ConClaveCrew]</TITLE> | |
| </HEAD> | |
| <Script Language="Javascript"> | |
| var text = "[ConClaveCrew]"; | |
| var speed = 1000; | |
| var control = 1; | |
| function blink() | |
| { | |
| if (control == 1) | |
| { | |
| window.status=text; | |
| control=0; | |
| } | |
| else | |
| { | |
| window.status=""; | |
| control=1; | |
| } | |
| setTimeout("blink()",speed); | |
| } | |
| </Script> | |
| <BODY bgcolor=black text=white onload="blink()"> | |
| <CENTER> | |
| <h1>/* Own3d by *\</h1> | |
| <h2>THE</h2> | |
| <BR> | |
| <IMG SRC="ccc.jpg"> | |
| <BR><BR> | |
| <h4> | |
| page design by /me and #sh<BR> | |
| rewted by /me for ElectronicSouls<BR> | |
| <BR>thx for nice h4x0r music to DjLizard and LordLunatic<BR> | |
| greetings to: BrainStorm, rewted crew, hackerbox crew, all of ElectronicSouls<BR> | |
| <h3>Hey Mr. Admin :-P</h3> | |
| </H4> | |
| </CENTER> | |
| </BODY></HTML><!-- www.attrition.org web hack mirror - watermark or something --> |