Update index.html
This commit is contained in:
parent
80f48b2cfd
commit
1efdf6395a
1 changed files with 2 additions and 5 deletions
|
|
@ -14,11 +14,8 @@
|
||||||
<body>
|
<body>
|
||||||
<header class="topbar">
|
<header class="topbar">
|
||||||
<button id="menuBtn" aria-label="Toggle menu">☰</button>
|
<button id="menuBtn" aria-label="Toggle menu">☰</button>
|
||||||
<nav class="primary-nav">
|
<nav id="primaryNav" class="primary-nav">
|
||||||
<a href="#/">Home</a>
|
<!-- Dynamically populated in app.js -->
|
||||||
<a href="#/about/">About</a>
|
|
||||||
<a href="#/essays/">Essays</a>
|
|
||||||
<a href="#/fieldnotes/">Fieldnotes</a>
|
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue