Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. !DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>administratoren</title>
  5. <meta charset="utf-8">
  6. <meta name="robots" content="noindex">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8. </head>
  9. <body>
  10. <h1>Nutzer erstellen</h1>
  11. <form method="post">
  12. <input type="text" name="firstname" placeholder="Vorname">
  13. <input type="text" name="lastname" placeholder="Nachname">
  14. <input type="text" name="username" placeholder="Benutzername">
  15. <input type="password" name="password" placeholder="Passwort">
  16. <input type="password" name="password2" placeholder="Passwort wiederholen">
  17. <input type="submit" value="Abschicken">
  18. </form>
  19.  
  20. </body>
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement