Kingston_Pendrive/Suli/13.b/Backend/2024. 11. 25/html.php
2024-11-26 09:59:04 +01:00

14 lines
327 B
PHP

<!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>