document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <form action="#" onsubmit="formStuff()">
  2.     <input type="text" id="txtUser" placeholder="username" />
  3.     <input type="password" id="txtPwd" placeholder="password" />
  4.     <input type="submit" value="Login" />
  5. </form>
');