15 lines
287 B
HTML
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>
|