Advertisement
Guest User

Untitled

a guest
May 5th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!--
  3. To change this license header, choose License Headers in Project Properties.
  4. To change this template file, choose Tools | Templates
  5. and open the template in the editor.
  6. -->
  7. <html>
  8. <head>
  9. <title> Login Form</title>
  10. <meta charset="UTF-8">
  11. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  12. <link rel="stylesheet" type="text/css" href="newcss.css">
  13. </head>
  14. <body>
  15. <form method="post" action="http://localhost:8084/WebApplication1/NewServlet">
  16. <div>
  17. Username: <input type="text" name="username" style="margin-top:15px;"/> <br/>
  18. Password: <input type="password" name="password" style="margin-top:15px;"/> <br/>
  19. <input type="submit" value="Login" style="margin-top:15px;"/>
  20. </div>
  21. </form>
  22. </body>
  23. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement