added modal
This commit is contained in:
@@ -27,6 +27,10 @@
|
||||
<nav class="navbar navbar-expand-lg navbar-light shadow" id="main_nav_bar">
|
||||
<!--load content via js-->
|
||||
</nav>
|
||||
<!-- Modal-->
|
||||
<div class="modal fade bg-white" id="marmeladenladen_search" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
|
||||
|
||||
</div>
|
||||
<h1>Test</h1>
|
||||
<p>This is a test commit</p>
|
||||
</body>
|
||||
|
||||
@@ -2,4 +2,5 @@ $(document).ready(function() {
|
||||
$('#top_nav_bar').load('../components/top_nav.html');
|
||||
$('#main_nav_bar').load('../components/main_nav.html');
|
||||
$('#marmeladenladen_footer').load('../components/footer.html');
|
||||
$('marmeladenladen_search').load('../components/modal.html');
|
||||
});
|
||||
Reference in New Issue
Block a user