summaryrefslogtreecommitdiffhomepage
path: root/www/templates/header.html
blob: a77079aaafc8e680e2ce0bfbf8e10c57a3bb3257 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<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.html" data-tooltip="Cool sites you might be interested">Links</a>
    -->
    <a href="/links.html" 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>