Is it possible to use like js or something to load a navbar in HTML? It's hosted through Github Pages, so nothing server side would work

Viewed 52

I have multiple .html files, and it's a hassle to go through each one and manually edit each file if I just wanted to add a link to the navbar. I'm using a bootstrap 5 one. So, I was wondering if it's possible to have JavaScript take care of loading the navbar instead of me going in an editing each individual .html file just so all the navbar have the same content.

I don't know if this is possible, sorry if it's obvious that it's not possible or whatever, I honestly don't know. If there's any other way to do it, let me know because I'd rather not edit like 10 different pages just because I wanted to add something to a dropdown menu in the navbar.

1 Answers
Related