This commit is contained in:
Šimon Záriš 2024-06-06 09:52:25 +02:00
parent 8e0bf29083
commit a16bbf9bc0

@ -8,13 +8,14 @@
</form> </form>
<form method="get"> <form method="get">
<br> <br>
<label>Prihlásenie sa</label> <label>Prihlásenie sa</label><br><br>
<label for="username">Používateľské meno:</label><br> <label for="username">Používateľské meno:</label><br>
<input type="text" id="username" name="username"><br> <input type="text" id="username" name="username"><br>
<label for="pwd">Heslo:</label><br> <label for="pwd">Heslo:</label><br>
<input type="password" id="pwd" name="pwd"> <input type="password" id="pwd" name="pwd">
<input type="submit" value="Stlac"> <input type="submit" value="Odoslať">
</form> </form>
<hr>
<form action="/action_page.php" method="get" name="prihlasenie"> <form action="/action_page.php" method="get" name="prihlasenie">
<!-- method moze naberat dve hodnoty post alebo algebricky, default je get--> <!-- method moze naberat dve hodnoty post alebo algebricky, default je get-->
<br> <br>