I did some homework

This commit is contained in:
Digi
2024-09-18 20:24:12 +02:00
parent dc5ff7ddad
commit 6ebd347e44
9 changed files with 111 additions and 0 deletions

5
20240918_gyak/login.php Normal file
View File

@@ -0,0 +1,5 @@
<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>