blob: c2ee5639149cdbfaa0360e88d346afa911043ee1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<header>
<nav class="left">
<!-- <a style="color: Navy; font-weight: 900;"href="/TODAY">TODAY</a> | -->
<!-- <a style="color: Navy; font-weight: 900;"href="https://outdoorsafetylab.github.io/dumbymap/#">MAP</a> | -->
<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="/feed.rss">RSS</a> |
<a href="https://git.topo.tw" data-tooltip="Public Git Repos">Code</a> |
<a href="/gpg.asc">GPG</a>
</nav>
</header>
|