aboutsummaryrefslogtreecommitdiff
path: root/html-templates/preamble.html
blob: a2d7c502c8bb7af73af75244519fb5513cd649c6 (plain) (blame)
1
2
3
4
5
6
7
8
<nav>
  <span id="logo">
    <a href="/index.html">About</a>
  </span>
  <span id="menu">
    <a href="/blog.html">Blog</a><a href="/microblog.html">Microblog</a><a href="https://g.ypei.me">Projects (git)</a>
  </span>
</nav>