Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. <form method="POST" action="rejestracja.html">
  2. <b>Login:</b> <input type="text" name="login"><br><br>
  3. <b>Hasło:</b> <input type="password" name="haslo1"><br>
  4. <b>Powtórz hasło:</b> <input type="password" name="haslo2"><br><br>
  5. <b>Email:</b> <input type="text" name="email"><br>
  6. <input type="submit" value="Utwórz konto" name="rejestruj">
  7. </form>
  8. </head>
  9. <link rel="stylesheet" href="Rejestracja.css">
  10. <head>
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. <form action="mailto:e-mail" method="post" enctype="text/plain"><div>
  19. <table bgcolor="silver">
  20. <tr>
  21. <td>Login:</td><td><input type="text" name="imie"></td>
  22. </tr>
  23. <tr>
  24. <td>Hasło:</td><td><input type="text" name="Hasło"></td>
  25. </tr>
  26. <br>
  27. <td colspan="2" align="center"><br>
  28. <input type="submit" value="Zaloguj">
  29. <input type="reset" value="Nie pamiętam hasła">
  30. </td>
  31. </tr>
  32. </table>
  33. </div></form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement