Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
JehanKandy committed Jun 5, 2023
1 parent 004174c commit 98d0902
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions site/assets/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ fetch('get_nav.html')
get_nav.innerHTML=data
});

const example_nav = document.querySelector('.example-nav')
fetch('example_nav.html')
.then(res=>res.text())
.then(data=>{
get_nav.innerHTML=data
});




0 comments on commit 98d0902

Please sign in to comment.