Advertisement
Yaiko

Menú

Mar 27th, 2015
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.57 KB | None | 0 0
  1. <div id='menuWrapper'>
  2.     <ul class='menu'>
  3.         <li class='top'>
  4.             <a class='top_link' href='http://12glitch13.blogspot.com/'>
  5.                 <span>Inicio</span>
  6.             </a>
  7.         </li>
  8.         <li class='top'>
  9.             <a class='top_link' href='#'>
  10.                 <span class='down'>Herramientas Hacking</span>
  11.             </a>
  12.             <ul class='sub'>
  13.                 <wli><a class='fly' href='#'>Troyanos</a>
  14.                     <ul>
  15.                         <li><a href='http://12glitch13.blogspot.com/2014/11/cammy-v2006-mod-metal.html'>Cammy v2.0.0.6</a></li>
  16.                         <li><a href='http://12glitch13.blogspot.com/2014/11/njrat-v07d.html'>NjRAT v0.7d</a></li>
  17.                         <li><a href='http://12glitch13.blogspot.com/2014/11/spy-net-26.html'>Spy-Net 2.6</a></li>
  18.                         <li><a href='http://12glitch13.blogspot.com/2015/03/bozok-151.html'>Bozok 1.5.1</a></li>
  19.                     </ul>
  20.                 </li>
  21.                 <li>
  22.                     <a class="fly" href="#">Crypters</a>
  23.                     <ul>
  24.                         <li><a href="http://12glitch13.blogspot.com/2014/11/crackz-crypter-vb6.html">CrackZ Crypter Source</a></li>
  25.                     </ul>
  26.                 </li>
  27.             </ul>
  28.         </li>
  29.         <li class='top'>
  30.             <a class='top_link' href='#'><span class='down'>Proxys</span></a>
  31.             <ul class='sub'>
  32.                 <li><a href='http://12glitch13.blogspot.com/2014/11/proxy-list-11-11-14.html'>11-11-14</a></li>
  33.             </ul>
  34.         </li>
  35.         <li>
  36.             <form action='/search' id='search' method='get' name='searchForm' style='display:inline;'>
  37.             <input id='search-box' name='q' onblur='if (this.value == &quot;&quot;) this.value = &quot;Buscar...&quot;;' onfocus='if (this.value == &quot;Buscar...&quot;) this.value = &quot;&quot;;' size='28' type='text' value='Buscar...'/></form>
  38.         </li>
  39.     </ul>
  40. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement