added some images, added banner and featuredproduc

This commit is contained in:
StockiP
2022-04-21 14:44:42 +02:00
parent 32d2d15db4
commit 2324b1988a
9 changed files with 249 additions and 34 deletions

View File

@@ -1,6 +1,8 @@
$(document).ready(function() {
$('#top_nav_bar').load('../components/top_nav.html');
$('#main_nav_bar').load('../components/main_nav.html');
$('#mmlcarousel').load('../components/banner.html');
$('#mmlMainContent').load('../components/ftProducts.html');
$('#marmeladenladen_footer').load('../components/footer.html');
$('#marmeladenladen_search').load('../components/modal.html');
});