diff options
| author | Bradley Taunt <bt@btxx.org> | 2025-06-29 08:41:22 -0400 |
|---|---|---|
| committer | Bradley Taunt <bt@btxx.org> | 2025-06-29 08:41:22 -0400 |
| commit | 044254d92392408235455fce8cc145ea20d82109 (patch) | |
| tree | fcb5840acc9b819ded4de87feb7efa96efd4c44f /header.html | |
| parent | 3be21c4a0bced8c80e04700dd9dc56f8af96f096 (diff) | |
Initial pass on new post for OpenWrt and Starlink
Diffstat (limited to 'header.html')
| -rw-r--r-- | header.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/header.html b/header.html index 708ed4a..948e9ce 100644 --- a/header.html +++ b/header.html @@ -12,8 +12,10 @@ <header id="top"> <nav> - <a href="#menu">Menu ↓</a> - </nav> + <ul> + <li><a href="/">Home</a></li><li><a href="/about/">About</a></li><li><a href="/posts/">Posts</a></li><li><a href="/projects/">Projects</a></li><li><a href="/uses/">Uses</a></li><li><a href="/wiki/">Wiki</a></li><li><a href="/resume/">Resume</a></li><li><a href="/colophon/">Colophon</a></li><li><a href="/now/">Now</a></li><li><a href="/contribute/">Contribute</a></li><li><a href="/recipes/">Recipes</a></li><li><a href="/index.rss">RSS</a></li> + </ul> + </nav> </header> <main> |
