Advertisement
Guest User

Untitled

a guest
Feb 27th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
  2.     pageEncoding="ISO-8859-1"%>
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  4. <html>
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  7. <title>Log in</title>
  8. </head>
  9. <body>
  10.  
  11. <form action="/WebProject/FirstServlet" method="post">
  12. <pre>
  13.     Username: <input type="text" name="user" />
  14.    
  15.     Password: <input type="password" name="pass" />
  16.    
  17.     <input type="submit" value="SUBMIT" align="middle">
  18. </pre>
  19. </form>
  20.  
  21. </body>
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement