Advertisement
Guest User

Untitled

a guest
Feb 6th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. <html>
  2. <head>
  3. <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  4. </head>
  5.  
  6. <h1>Sklep internetowy</h1>
  7. <br />
  8. <h3>Wprowadz dane logowania</h3>
  9.  
  10. <form action="http://www.jakaswitryna.com/profile.phpa">
  11. <p> Nazwa uzytownika>
  12. <input type="text" name="username" size="15" maxlength="30" />
  13. <p> Haslo>
  14. <input type="password" name="password" size="15" maxlength="30" />
  15.  
  16.  
  17. <form action="="http://www.jakaswitryna.com/profile.php">
  18. <p>Kupujesz jako
  19. <br />
  20. <input type="osoba" name="genre" value="Osoba prywatna" checked="checked" /> Osobba prywatna
  21. <input type="osoba" name="genre" value="Firma" /> Firma
  22. </p>
  23. </form>
  24.  
  25. </body>
  26. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement