Advertisement
Guest User

Untitled

a guest
Feb 28th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Form site</title>
  4. </head>
  5. <body>
  6. <form method="post" action="connect.php">
  7. Username : <input type="text" name="username"><br><br>
  8. Password : <input type="password" name="password"><br><br>
  9. <input type="submit" value="Submit">
  10. </form>
  11. </body>
  12. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement