toddler_shop_frontend/index.html
2024-08-04 11:01:52 +02:00

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>