Update index.html

This commit is contained in:
Mark Randall Havens △ The Empathic Technologist ⟁ Doctor Who 42 2025-11-08 15:48:17 -06:00 committed by GitHub
parent 80f48b2cfd
commit 1efdf6395a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,11 +14,8 @@
<body>
<header class="topbar">
<button id="menuBtn" aria-label="Toggle menu"></button>
<nav class="primary-nav">
<a href="#/">Home</a>
<a href="#/about/">About</a>
<a href="#/essays/">Essays</a>
<a href="#/fieldnotes/">Fieldnotes</a>
<nav id="primaryNav" class="primary-nav">
<!-- Dynamically populated in app.js -->
</nav>
</header>