Site-Proximo/openfoodfacts-php-0.2.3/examples/00_flat_request/index.html
2020-08-22 11:34:59 +02:00

13 lines
No EOL
315 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>OFF</title>
</head>
<body>
<form action="./request.php" method="get">
<input type="text" class="form-control" placeholder="barcode" name="ean13">
<input type="submit" name="Ok" value="Find this Barcode !">
</form>
</body>
</html>