diff options
| author | Bradley Taunt <bt@btxx.org> | 2025-01-17 15:47:56 -0500 |
|---|---|---|
| committer | Bradley Taunt <bt@btxx.org> | 2025-01-17 15:47:56 -0500 |
| commit | 1e88c7f1ca7ba8d47ba83a94732b03ef30130006 (patch) | |
| tree | dd196f13a793ea3fcf27bbb2d819cca3e6f7294f /header.html | |
| parent | 73e2850430e3709eec5ac1a3b2380ad085f13e9c (diff) | |
Revert "Complete styling changes - again"
This reverts commit 068badb857215f0e10500ddd29a8b335efe3b2bd.
Diffstat (limited to 'header.html')
| -rw-r--r-- | header.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/header.html b/header.html index 1aae739..29cc254 100644 --- a/header.html +++ b/header.html @@ -11,7 +11,9 @@ </head> <nav id="top"> - <a href="/">Home</a><span> | </span><a href="#menu">Menu</a> + <ul> + <li><a href="/">Home</a></li><li><a href="#menu">Menu</a></li> + </ul> </nav> <main> |
