Advertisement
Guest User

Untitled

a guest
Mar 26th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="ISO-8859-1">
  5. <title>Add User</title>
  6. </head>
  7. <body>
  8. <h1>Add User</h1>
  9. <form action="adduser.jsp" method="POST">
  10. <label for="username">Username: <input type="text" name="username" id="username"></label> <br>
  11. <label for="password">Password: <input type="password" name="password" id="password"></label> <br>ΓΉ
  12. <label for="nome">Nome: <input type="text" name="nome" id="nome"></label> <br>
  13. <label for="cognome">Cognome: <input type="text" name="cognome" id="cognome"></label> <br>
  14. <label for="indirizzo">Indirizzo: <input type="text" name="indirizzo" id="indirizzo"></label> <br>
  15. <label for="email">Email: <input type="email" name="email" id="email"></label> <br>
  16. <input type="submit" value="Add User">
  17. </form>
  18. </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement