toddler_shop_frontend/index.html

15 lines
187 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>
</html>