15 lines
384 B
HTML
15 lines
384 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>M6 | 07</title>
|
|
</head>
|
|
<body>
|
|
<form method="get" action="api.php">
|
|
<label>Country code: </label>
|
|
<input type="text" name="code">
|
|
<input type="submit" value="Submit"> <br><br>
|
|
</form>
|
|
</body>
|
|
</html> |