aboutsummaryrefslogtreecommitdiff
path: root/html-templates/preamble.html
diff options
context:
space:
mode:
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>