diff options
| author | Bradley Taunt <bt@btxx.org> | 2025-09-11 13:39:00 -0400 |
|---|---|---|
| committer | Bradley Taunt <bt@btxx.org> | 2025-09-11 13:39:00 -0400 |
| commit | 8ae182a4c287b45138836370b258cfcba19c0810 (patch) | |
| tree | 011efe97b5ce3a7ef120c92d2595783416b13174 /header.html | |
| parent | c749e3270a2f899dbc0a4f4b00881f8b55725ae5 (diff) | |
Ongoing changes, style updates, draft, rework some pages
Diffstat (limited to 'header.html')
| -rw-r--r-- | header.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/header.html b/header.html index 85abba1..71715d3 100644 --- a/header.html +++ b/header.html @@ -10,12 +10,12 @@ <link rel="stylesheet" href="/public/style.css?v=1.6"> </head> -<header id="top"> - <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="#menu">More ↓</a></li> - </ul> - </nav> -</header> - -<main> +<body id="top"> + <header> + <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="/contribute">contribute</a></li><li><a href="/uses">uses</a></li><li><a href="/recipes">recipes</a></li><li><a href="/wiki">wiki</a></li><li class="more"><a href="#footer-nav">more</a></li> + </ul> + </nav> + </header> + <main> |
