a

Data utworzenia: 2025-05-05 09:14:28
<!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 <nav></nav></h1> </header> <main></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 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 type="submit" placeholder="Zatwierdz"> </form> </footer> <section></section> <section></section> <section></section> <section></section> <h1>For</h1> </body> </html>
Powrót