We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3ea514 commit da13d73Copy full SHA for da13d73
1 file changed
index.html
@@ -22,7 +22,7 @@
22
23
<body>
24
<nav>
25
- <div class="nav-container"></div><script>fetch("/topbar.html").then(r => r.text()).then(html => {document.getElementById("nav-container").innerHTML = html;});</script>
+ <div class="nav-container" id="nav-container"></div><script>fetch("/topbar.html").then(r => r.text()).then(html => {document.getElementById("nav-container").innerHTML = html;});</script>
26
</nav>
27
<main>
28
<header class="hero-section">
0 commit comments