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.
78 lines (69 sloc)
2.89 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
| <html> | |
| <head><script LANGUAGE="JavaScript"> | |
| <!-- | |
| if (document.images) { | |
| img1on = new Image(); | |
| img1on.src = "images/links/nuestra_inst2.gif"; | |
| img2on = new Image(); | |
| img2on.src = "images/links/plan-canje2.gif"; | |
| img3on = new Image(); | |
| img3on.src = "images/links/seminarios2.gif"; | |
| img4on = new Image(); | |
| img4on.src = "images/links/estudios_economicos2.gif"; | |
| img5on = new Image(); | |
| img5on.src = "images/links/acceso_socios2.gif"; | |
| img6on = new Image(); | |
| img6on.src = "images/links/capacitacion2.gif"; | |
| img7on = new Image(); | |
| img7on.src = "images/links/links2.gif"; | |
| img8on = new Image(); | |
| img8on.src = "images/links/comentarios2.gif"; | |
| img1off = new Image(); | |
| img1off.src = "images/links/nuestra_inst1.gif"; | |
| img2off = new Image(); | |
| img2off.src = "images/links/plan-canje1.gif"; | |
| img3off = new Image(); | |
| img3off.src = "images/links/seminarios1.gif"; | |
| img4off = new Image(); | |
| img4off.src = "images/links/estudios_economicos1.gif"; | |
| img5off = new Image(); | |
| img5off.src = "images/links/acceso_socios1.gif"; | |
| img6off = new Image(); | |
| img6off.src = "images/links/capacitacion1.gif"; | |
| img7off = new Image(); | |
| img7off.src = "images/links/links1.gif"; | |
| img8off = new Image(); | |
| img8off.src = "images/links/comentarios1.gif"; | |
| } | |
| function imgOn(imgName) { | |
| if (document.images) { | |
| document[imgName].src = eval(imgName + "on.src"); | |
| window.status='' | |
| } | |
| } | |
| function imgOff(imgName) { | |
| if (document.images) { | |
| document[imgName].src = eval(imgName + "off.src"); | |
| window.status='' | |
| } | |
| } | |
| // --> | |
| </script> | |
| <style> | |
| <!-- | |
| A {text-decoration: none} | |
| A:hover {color: white; text-decoration: underline} | |
| --> | |
| </style> | |
| <meta name="Microsoft Border" content="none, default"> | |
| <title>Hacked By McM4nus</title> | |
| </head> | |
| <body bgcolor="#000000" text="#FFFFFF"> | |
| <p align="center"><font color="#FF0000"><big><big><big><big><big><big><big><big><big><big><big><big><big><big><big><big><big><big><big> </big></big></big></big></big></big></big></big></big></big></big></big></big></big></big></big></big></big></big></font></p> | |
| <p align="center"><big><big><big><big><big><big><big><big><big><big><big><big><big><big><big><big><big><big><big><font | |
| color="#FF0000">Hacked</font> <font color="#0000FF">By McM4nus</font></big></big></big></big></big></big></big></big></big></big></big></big></big></big></big></big></big></big></big></p> | |
| <p align="center"><font color="#FFFFFF"><big><big><big><big><big><big><big><big>Brazil | |
| Rules</big></big></big></big></big></big></big></big></font></p> | |
| </body> | |
| </html> | |
| <!-- www.attrition.org web hack mirror - watermark or something --> |