Advertisement
Guest User

Untitled

a guest
Sep 25th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!--
  3. To change this license header, choose License Headers in Project Properties.
  4. To change this template file, choose Tools | Templates
  5. and open the template in the editor.
  6. -->
  7. <html>
  8. <head>
  9. <title>Elvis Priestley</title>
  10. <meta charset="UTF-8" />
  11. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  12. <link rel="stylesheet" type="text/css" href="style.css" />
  13. </head>
  14. <body>
  15. <img src="blankface.jpg" width="161" height="350" alt="" style="float:right" />
  16. <img src="elvislogo.gif" width="229" height="32" border="0" alt="Zrób ze mnie Elvisa" />
  17. <p>Wpisz imię, nazwisko i adres e-mail, aby dołączyć do listy mailingowej <strong>Zrób ze mnie Elvisa.</strong></p>
  18. <form method="POST" action="addemail.php">
  19. <label for="firstname">Imię:</label>
  20. <input type="text" id="firstname" name="firstname" /><br />
  21. <label for="lastname">Nazwisko:</label>
  22. <input type="text" id="lastname" name="lastname" /><br />
  23. <label for="email">Adres e-mail:</label>
  24. <input type="text" id="email" name="email" /><br />
  25. <input type="submit" name="Submit" value="Wyślij" />
  26. </form>
  27. </body>
  28. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement