5 lines
214 B
PHP
5 lines
214 B
PHP
<form method="POST">
|
|
Login: <input type="text" name="nev" title="Add meg a neved"><br>
|
|
Jelszó: <input type="password" name="jelszo" title="Jelszó"><br>
|
|
<button type="submit">Belépés</button>
|
|
</form> |