Kingston_Pendrive/Suli/13.b/Backend/2024. 11. 25/html.php

14 lines
327 B
PHP
Raw Normal View History

2024-11-26 08:59:04 +00:00
<!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>