Advertisement
Ghureg

login.html

Jan 15th, 2020
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.31 KB | None | 0 0
  1. <HTML>
  2. <head>
  3. </head>
  4. <BODY>
  5. <form method="POST" action="/Userpage">
  6.     <center>
  7.     <H1>Please Login</H1> <br>
  8.     Username <input type = "text" name= "Username" /> <br>
  9.     Password <input type = "password" name = "Password" /> <br>
  10.     <input type = "submit">
  11.     </center>
  12. </form>
  13. </BODY>
  14. </HTML>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement