7 lines
396 B
JavaScript
7 lines
396 B
JavaScript
// Sidebar content
|
|
document.querySelector(".right-sidebar").innerHTML = `
|
|
<div class="sidebar--sticky">
|
|
<h2>About</h2>
|
|
<p><em>Star Wars: Knights of the Old Republic</em> is a space opera role-playing video game series that takes place in the <em>Star Wars</em> universe. The story takes place approximately 4,000 years before the rise of the Galactic Empire.</p>
|
|
</div>
|
|
`; |