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