WebServ/www/public/M6/06/index.html

15 lines
382 B
HTML
Raw Normal View History

2024-09-24 13:06:22 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>M6 | 05</title>
</head>
<body>
<form method="get" action="api.php">
<label>Country: </label>
<input type="text" name="country">
<input type="submit" value="Submit"> <br><br>
</form>
</body>
</html>