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

28 lines
No EOL
452 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>OFF</title>
</head>
<body>
<h2>Example Output</h2>
<table>
<tr>
<td>Product Name</td>
<td>{productName}</td>
</tr>
<tr>
<td>Brand</td>
<td>{brand}</td>
</tr>
<tr>
<td>Image</td>
<td><img src="{image}"/></td>
</tr>
</table>
<h2>Response Struct (Array Format)</h2>
<pre>
{json}
</pre>
</body>
</html>