Backend/20240918_gyak/login.php

5 lines
220 B
PHP
Raw Normal View History

2024-09-18 18:24:12 +00:00
<form method="POST">
Felhasználónév: <input type="text", name="username", value=""><br>
Jelszó: <input type="password", name="password", value=""><br>
<button type="submit">Bejelentkezés</button>
</form>