Stranka/templates/footer.html

23 lines
1.1 KiB
HTML
Raw Normal View History

2024-05-29 21:37:28 +02:00
<a href="#hore"><button><p>Späť nahor</p></button></a>
2024-06-06 08:55:42 +02:00
<p>Kontakt: d94778894@gmail.com</p>
2024-06-06 08:59:33 +02:00
<form action="http://slovania.adlerka.top/index"
2024-06-06 08:55:42 +02:00
method="post" name="prihlasenie">
<label for="namef">Meno:</label><br>
<input type="text" id="namef" name="fname" value="John"><br>
<label for="namel">Priezvisko</label><br>
<input type="text" name="namel" id="lname" value="Doe"><br><br>
2024-06-06 09:01:12 +02:00
<label for="gender">Pohlavie</label>
<input type="radio" name="gender" id="idmale" value="male">
2024-06-06 09:01:37 +02:00
<label for="idmale">muž</label><br>
2024-06-06 09:01:12 +02:00
<input type="radio" name="gender" id="idfemale" value="female">
<label for="ifedmale">žena</label><br>
<input type="radio" name="gender" id="idno" value="no">
<label for="ifno">iné</label><hr>
2024-06-06 09:06:56 +02:00
<label for="datemax">Dátum narodenia</label>
<input type="date" id="datemax" name="datemax" max="2024-06.06"><br>
2024-06-06 08:55:42 +02:00
<label for="pwd">Heslo</label><br>
<input type="password" name="pwd" id="pwd"><br><br>
2024-06-06 08:57:05 +02:00
<label for="email">email</label>
2024-06-06 08:58:20 +02:00
<input type="email" name="email" id="email"> <br>
2024-06-06 08:57:05 +02:00
<input type="submit" name="email" id="email">
</form>