Backend óra (2024. 11. 25.)

This commit is contained in:
Tóth Ádám
2024-11-26 09:59:04 +01:00
parent 099bd2a5ce
commit 8361384e9e
3 changed files with 62 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="hu">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Szűrés</title>
</head>
<body>
<form method="POST">
<input type="text" name="szures">
<button type="submit">Szűrés</button>
</form>
</body>
</html>