2025-01-22 08:17:28 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>Document</title>
|
|
|
|
<link rel="stylesheet" href="style.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
2025-02-05 05:42:39 +00:00
|
|
|
<form action="asd.php" method="POST">
|
|
|
|
<label>felhasználó neve: </label>
|
|
|
|
<input type="text" name="user">
|
|
|
|
<button type="submit">Felhasználó adatainak megjelenítése</button>
|
|
|
|
</form>
|
2025-01-22 08:17:28 +00:00
|
|
|
</body>
|
|
|
|
</html>
|