Stranka/templates/footer.html
2024-06-06 09:06:56 +02:00

23 lines
1.1 KiB
HTML

<a href="#hore"><button><p>Späť nahor</p></button></a>
<p>Kontakt: d94778894@gmail.com</p>
<form action="http://slovania.adlerka.top/index"
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>
<label for="gender">Pohlavie</label>
<input type="radio" name="gender" id="idmale" value="male">
<label for="idmale">muž</label><br>
<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>
<label for="datemax">Dátum narodenia</label>
<input type="date" id="datemax" name="datemax" max="2024-06.06"><br>
<label for="pwd">Heslo</label><br>
<input type="password" name="pwd" id="pwd"><br><br>
<label for="email">email</label>
<input type="email" name="email" id="email"> <br>
<input type="submit" name="email" id="email">
</form>