Guest User

LOGIN.HTML

a guest
Feb 20th, 2019
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title></title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  6. </head>
  7. <body>
  8. <form name="loginform" action="LoginServlet" method="post">
  9. <h1 align="center"> User Login </h1>
  10. Username:<input type="text" name="uname" value="" size="25" />
  11. Password:<input type="text" name="pwd" value="" size="25" />
  12. <input type="submit" value="LOGIN" name="LOGIN" />
  13. </form>
  14. </body>
  15. </html>
Add Comment
Please, Sign In to add comment