Advertisement
Guest User

index

a guest
Oct 20th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Title</title>
  6. </head>
  7. <body>
  8. <form action="submitform" method="get">
  9. <label>name</label>
  10. <input type="name" name="name" id="name"><br>
  11. <label>password</label>
  12. <input type="password" name="password" id="password" placeholder="Пароль"><br>
  13. <input id="submit" type="submit"><br>
  14. </body>
  15. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement