14 lines
187 B
HTML
14 lines
187 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>
|
|
Toddler Shop
|
|
</title>
|
|
<script src="/scripts/main.js"></script>
|
|
</head>
|
|
|
|
<body onload="loadProducts()">
|
|
</body>
|
|
|
|
</html>
|