aboutsummaryrefslogtreecommitdiff
path: root/html-templates/preamble.html
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-02-17 19:40:21 +1100
committerYuchen Pei <hi@ypei.me>2022-02-17 19:40:21 +1100
commit87973ec8a51d55ecfd4131b56d16656fbd698f96 (patch)
tree0f0c909bd5623601e6049dc2aa59f5b5921506e2 /html-templates/preamble.html
parentd4ed7d7df524e397fbcdae5e25e1e13b4f10b4a3 (diff)
updated css and fixed problem with trailing empty lines
Diffstat (limited to 'html-templates/preamble.html')
-rw-r--r--html-templates/preamble.html10
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>