Advertisement
Guest User

Untitled

a guest
Feb 7th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <title>Login ID</title>
  7. <style>
  8. .container{
  9. display: flex;
  10. margin: 20% 30% 30% 30%;
  11. }
  12. </style>
  13. </head>
  14. <body>
  15. <div class="container">
  16. <h1>SignIn</h1>
  17. <form>
  18. <label for="Name">UserName:</label>
  19. <input name="Name" type="text"> </input><br></br>
  20. <label for="Pass">Password:</label>
  21. <input name="Pass" type="password"> </input><br><br>
  22. <button name="submit" type="submit">Login</button>
  23. </form>
  24. </div>
  25.  
  26. </body>
  27. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement