added login modal and registration modal

This commit is contained in:
StockiP
2022-04-26 17:54:09 +02:00
parent 5bb598bbcb
commit 4e646b3858
5 changed files with 89 additions and 2 deletions

View File

@@ -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');
});