13 lines
No EOL
315 B
HTML
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> |