document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <div class="container">
  2.     <h1>Login</h1>
  3.       <form>
  4.           <label>Username</label><br>
  5.           <input type="text"><br>
  6.           <label>Password</label><br>
  7.           <input type="password"><br>
  8.           <button>
  9.             <a href="../index.html">Login</a>
  10.           </button>
  11.           <p> Belum punya akun?
  12.             <a href="regis.html">Register di sini</a>
  13.           </p>
  14.       </form>
  15.   </div>
');