Guest User

Untitled

a guest
Dec 9th, 2018
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
  2. pageEncoding="ISO-8859-1"%>
  3. <!DOCTYPE html>
  4. <html>
  5. <head>
  6. <style>
  7. tr{
  8. align:"right";
  9. }
  10. </style>
  11. <meta charset="ISO-8859-1">
  12. <title>Awesome to-do list</title>
  13. </head>
  14. <body>
  15. <form action="Login" method="post" >
  16. <table align="center" >
  17. <tr><th>Username: </th><td><input type="text" name="username"></td></tr>
  18. <tr><th>Password: </th><td><input type="text" name="password"></td></tr>
  19. <tr><th></th><td align="right"><input type="submit" name="login" value="Login"></td></tr>
  20. </table>
  21. <p align="center">Are you new? Register <a href="register.jsp">here.</a></p>
  22. </form>
  23.  
  24.  
  25. <c:if test="${loginerror == 'yes' }">
  26. Invalid username and password</c:if>
  27. </body>
  28. </html>
Add Comment
Please, Sign In to add comment