Stranka/templates/footer.html

14 lines
648 B
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:58:20 +02:00
<form action="http://slovania.adlerka.top/index.html"
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>
<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>