Guest User

Login Form

a guest
Mar 4th, 2019
370
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.74 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title> Login Panel </title>
  5.     <meta charset="utf-8">
  6.         <!-- layout responsive-->
  7.         <meta name="viewport" content="width=device-width,intial-scale=1">
  8.     <link rel="stylesheet" href="login.css">
  9. </head>
  10. <body>
  11.     <div class="container">
  12.         <h1> Toko Sebelah </h1>
  13.         <input type="text" placeholder="Username" id="Username">
  14.         <button type="submit" class="Daftar"><a href="daftar.html">Daftar</a></button>
  15.         <input type="Password" placeholder="************" id="Password">
  16.         <br>
  17.         <button type="submit" class="Masuk">Masuk</button>
  18.         <button type="button" class="Contact">Contact</button>
  19.     </div>
  20.         <p> Copyright &#9400; 2019 By <a href="https://instagram.com/diaz_oct"> Diaz Octa </a></p>
  21. </body>
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment