25 lines
501 B
HTML
25 lines
501 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>
|
|
Toddler Shop
|
|
</title>
|
|
<script src="/scripts/main.js"></script>
|
|
</head>
|
|
|
|
<body onload="loadProducts()">
|
|
<form action="" id="barcode_form">
|
|
<input id="barcode_input" type="text" autofocus>
|
|
<input type="submit" value="Submit">
|
|
</form>
|
|
|
|
<img class="product_image">
|
|
<img class="product_image">
|
|
<img class="product_image">
|
|
<img class="product_image">
|
|
<img class="product_image">
|
|
</body>
|
|
|
|
|
|
</html>
|