toddler_shop_frontend/index.html

16 lines
287 B
HTML
Raw Normal View History

2024-08-04 10:29:43 +02:00
<!DOCTYPE html>
<html>
<head>
<title>
Toddler Shop
</title>
<script src="/scripts/main.js"></script>
</head>
<body onload="loadProducts()">
</body>
2024-08-04 10:35:58 +02:00
<input id="barcode_input" type="text">
<button onclick="scan_product()">Scan barcode</button>
2024-08-04 10:29:43 +02:00
</html>