Advertisement
PuriDevelopers

Untitled

Jan 11th, 2024
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. <section class="lewy">
  2. <h2>Nasze ceny</h2>
  3. <table><?php echo $table;?></table>
  4. </section>
  5. <center>
  6. <h2>Koszt zakupów</h2>
  7. <form method="post">
  8. wybierz artykuł: <option>
  9. <select>Zeszyt 60 kartek</select>
  10. <select>Zeszyt 32 kartki</select>
  11. <select>Cyrkiel</select>
  12. <select>Linijka 30 cm</select>
  13. </option>
  14. liczba sztuk: <input type="number" value="1"/>
  15. <input type="submit" value="Oblicz"/>
  16. </form>
  17. </center>
  18. <section class="prawy">
  19. <h2>Kontakt</h2>
  20. <img src="zakup" alt="hurtownia"></img>
  21. <p>e-mail: <a href="mailto:hurt@poczta2.pl">"hurt@poczta2.pl</a></p>
  22. </section>
  23. <footer>
  24. <h4>Witrynę, wykonał: Kamil Baraniak</h4>
  25. </footer>
  26.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement