Aktualizovat stranky/formular.html
This commit is contained in:
parent
118f685c71
commit
4892889ba2
@ -6,7 +6,13 @@
|
||||
<input type="submit" value="Odoslať">
|
||||
<hr>
|
||||
</form>
|
||||
|
||||
<form method="get">
|
||||
<label for="username">Username:</label><br>
|
||||
<input type="text" id="username" name="username"><br>
|
||||
<label for="pwd">Password:</label><br>
|
||||
<input type="password" id="pwd" name="pwd">
|
||||
<input type="submit" value="Stlac">
|
||||
</form>
|
||||
<form action="/action_page.php" method="get" name="prihlasenie">
|
||||
<!-- method moze naberat dve hodnoty post alebo algebricky, default je get-->
|
||||
<br>
|
||||
|
Loading…
Reference in New Issue
Block a user