Site du proximo, utilisé pour gérer le stock.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.html 315B

12345678910111213
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>OFF</title>
  6. </head>
  7. <body>
  8. <form action="./request.php" method="get">
  9. <input type="text" class="form-control" placeholder="barcode" name="ean13">
  10. <input type="submit" name="Ok" value="Find this Barcode !">
  11. </form>
  12. </body>
  13. </html>