summaryrefslogtreecommitdiffhomepage
path: root/www/templates/header.html
blob: d5975fd5deb2dd77e0f6526f7ff031f97da01416 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<header>
  <nav class="left">
    <a href="/">Home</a> |
    <a href="/about.html" data-tooltip="About this site">About</a> |
    <a href="/posts/">Posts</a> |
    <a href="/projects.html" data-tooltip="Not valid now...">Projects</a> |
    <a href="/links/" data-tooltip="Not valid now...">Links</a>
  </nav>
  <nav class="right">
    <a href="/rss.xml" data-tooltip="Not valid now...">RSS</a> |
    <a href="https://git.topo.tw" data-tooltip="Public Git Repos">Code</a> |
    <a href="/gpg.asc">GPG</a>
  </nav>
</header>