r44r

Data utworzenia: 2025-05-05 09:35:53
<!DOCTYPE html> <html lang="pl"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Rejestracja</title> <link rel="stylesheet" href="m.css"> </head> <body> <header> <h1>Formularz rejestracyjny konferencji</h1> </header> <main> <footer> <form action=""> <h2>Dane osobowe</h2> <input type="text" placeholder="Wpisz imię" required> <input type="text" placeholder="Wpisz nazwisko" required> <input type="button" > </form> <form action=""> <h2>Dane kontaktowe</h2> <input type="email" placeholder="Twój e-mail" required> <input type="tel" placeholder="Twój numer telefonu" required> <input class="btn" type="button" placeholder="Następna karta"> </form> <form action=""> <h2>Hasło do logowania</h2> <input type="text" placeholder="Podaj hasło" required> <input type="text" placeholder="Powtórz hasło" required> <input class="btn" type="submit" placeholder="Zatwierdz"> </form> </footer> </main> <footer> <section> <video controls> <source src="motyl.mp4" type="video/mp4"> Przeglądarka nie obsługuje tego formatu </video> </section> <section> <h3>Plan konferencji</h3> <table> <tr><td>9:00 - 12:00</td><td>Pielęgnacja roślin</td></tr> <tr><td>13:00 - 15:00</td><td>Targi kwiatowe</td></tr> </table> </section> <section> <p><a href="https://kwiaty.pl/">Internetowa kwiaciarnia</a></p> </section> <section> <p>Formularz wykonał: 00000000000</p> </section> </footer> </body> </html>
Powrót