diff --git a/components/loginModal.html b/components/loginModal.html
new file mode 100644
index 0000000..ebe2656
--- /dev/null
+++ b/components/loginModal.html
@@ -0,0 +1,28 @@
+
\ No newline at end of file
diff --git a/components/main_nav.html b/components/main_nav.html
index 1ffd973..77f1781 100644
--- a/components/main_nav.html
+++ b/components/main_nav.html
@@ -41,9 +41,9 @@
7
-
+
- +99
+
diff --git a/index.html b/index.html
index bfa3147..5f704ee 100644
--- a/index.html
+++ b/index.html
@@ -29,10 +29,15 @@
-
+
+
+
+
+
+
-
diff --git a/js/app.ts b/js/app.ts
index 9368d9b..0957fab 100644
--- a/js/app.ts
+++ b/js/app.ts
@@ -5,4 +5,6 @@ $(document).ready(function() {
$('#mmlMainContent').load('../components/ftProducts.html');
$('#marmeladenladen_footer').load('../components/footer.html');
$('#marmeladenladen_search').load('../components/modal.html');
-});
\ No newline at end of file
+ $('#marmeladenladenLogin').load('../components/loginModal.html');
+});
+