toddler_shop_frontend/index.html
2024-08-04 10:35:58 +02:00

15 lines
287 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>
Toddler Shop
</title>
<script src="/scripts/main.js"></script>
</head>
<body onload="loadProducts()">
</body>
<input id="barcode_input" type="text">
<button onclick="scan_product()">Scan barcode</button>
</html>