/* --- SCRIPT FOR THE NAVIGATION BAR --- */ var navBarHTML = ` `; document.querySelector("#navbar").innerHTML = navBarHTML; /* --- SCRIPT FOR THE RIGHT SIDEBAR --- */ var leftSidebarHTML = `

About

Star Wars: Knights of the Old Republic is a space opera role-playing video game series that takes place in the Star Wars universe. The story takes place approximately 4,000 years before the rise of the Galactic Empire.

`; document.querySelector("#leftSidebarContent").innerHTML = leftSidebarHTML;