Guest User

Untitled

a guest
Dec 9th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
  2.  
  3. <html>
  4. <head>
  5. <title>home</title>
  6. <link href="/static/home.css" rel="stylesheet" type="text/css"></link>
  7. </head>
  8. <body>
  9. <div id="All">
  10. <h1>Login<h1>
  11. <div id="login">
  12. <form>
  13. <p>
  14. <label for="username">Username:</label>
  15. <input type="text" method="post" id="username" name="Username"><br>
  16. <label for="password">Password:</label>
  17. <input type="password" method="post" id="password" name="Password"><br>
  18. <input type="submit" value="Login" action="">
  19. </p>
  20. </form>
  21. </div>
  22. </div>
  23. </body>
  24. </html>
Add Comment
Please, Sign In to add comment