+
+
\ No newline at end of file
diff --git a/index.html b/index.html
index 5f704ee..6171cf4 100644
--- a/index.html
+++ b/index.html
@@ -30,6 +30,12 @@
+
+
+
+
+
diff --git a/js/app.js b/js/app.js
new file mode 100644
index 0000000..e407a76
--- /dev/null
+++ b/js/app.js
@@ -0,0 +1,11 @@
+"use strict";
+$(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');
+ $('#marmeladenladenLogin').load('../components/loginModal.html');
+ $('#marmeladenladenRegister').load('../components/registerModal.html');
+});
diff --git a/js/app.ts b/js/app.ts
index 0957fab..621643d 100644
--- a/js/app.ts
+++ b/js/app.ts
@@ -6,5 +6,6 @@ $(document).ready(function() {
$('#marmeladenladen_footer').load('../components/footer.html');
$('#marmeladenladen_search').load('../components/modal.html');
$('#marmeladenladenLogin').load('../components/loginModal.html');
+ $('#marmeladenladenRegister').load('../components/registerModal.html');
});