Guest User

Untitled

a guest
Aug 2nd, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 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>TODO supply a title</title>
  10. <meta charset="UTF-8">
  11. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  12. </head>
  13. <body>
  14. <div>Login Credentials</div>
  15. <form action ='/Cloud_Computing/MyFirstServlet'>
  16. UserName : <input type="text" name="username"/> <br/> <br/>
  17. Password : <input type="password" name="password"/><br/>
  18. <input type="submit" value="Submit"/>
  19. </form>
  20. </body>
  21. </html>
Add Comment
Please, Sign In to add comment