diff options
author | Yuchen Pei <hi@ypei.me> | 2022-02-17 19:40:21 +1100 |
---|---|---|
committer | Yuchen Pei <hi@ypei.me> | 2022-02-17 19:40:21 +1100 |
commit | 87973ec8a51d55ecfd4131b56d16656fbd698f96 (patch) | |
tree | 0f0c909bd5623601e6049dc2aa59f5b5921506e2 /html-templates/preamble.html | |
parent | d4ed7d7df524e397fbcdae5e25e1e13b4f10b4a3 (diff) |
updated css and fixed problem with trailing empty lines
Diffstat (limited to 'html-templates/preamble.html')
-rw-r--r-- | html-templates/preamble.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/html-templates/preamble.html b/html-templates/preamble.html index cb0e7ac..a2d7c50 100644 --- a/html-templates/preamble.html +++ b/html-templates/preamble.html @@ -1,8 +1,8 @@ -<header> - <span class="logo"> +<nav> + <span id="logo"> <a href="/index.html">About</a> </span> - <nav> + <span id="menu"> <a href="/blog.html">Blog</a><a href="/microblog.html">Microblog</a><a href="https://g.ypei.me">Projects (git)</a> - </nav> -</header> + </span> +</nav> |