document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <form id=\'login\' action=\'login.php\' method=\'post\' accept-charset=\'UTF-8\'>
  2. <fieldset >
  3. <legend>Acceso Especial</legend>
  4. <label for=\'username\' >Usuario :</label>
  5. <input type=\'text\' name=\'username\' id=\'username\'  maxlength="50" />
  6. <label for=\'password\' >Password :</label>
  7. <input type=\'password\' name=\'password\' id=\'password\' maxlength="50" />
  8. <input type=\'submit\' name=\'Submit\' />
  9. </fieldset>
  10. </form>
');