diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-02-02 13:34:47 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-11-30 21:09:29 +0800 |
commit | 9934dd538b0ce116e3b1600272cb46369b082246 (patch) | |
tree | 2f28c6c362201151eaf8218e566479ed7eb72070 /www/templates/header.html |
init commit
Diffstat (limited to 'www/templates/header.html')
-rw-r--r-- | www/templates/header.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/www/templates/header.html b/www/templates/header.html new file mode 100644 index 0000000..a77079a --- /dev/null +++ b/www/templates/header.html | |||
@@ -0,0 +1,17 @@ | |||
1 | <header> | ||
2 | <nav class="left"> | ||
3 | <a href="/">Home</a> | | ||
4 | <a href="/about.html" data-tooltip="About this site">About</a> | | ||
5 | <a href="/posts/">Posts</a> | | ||
6 | <a href="/projects.html" data-tooltip="Not valid now...">Projects</a> | | ||
7 | <!-- | ||
8 | <a href="/links.html" data-tooltip="Cool sites you might be interested">Links</a> | ||
9 | --> | ||
10 | <a href="/links.html" data-tooltip="Not valid now...">Links</a> | ||
11 | </nav> | ||
12 | <nav class="right"> | ||
13 | <a href="/rss.xml" data-tooltip="Not valid now...">RSS</a> | | ||
14 | <a href="https://git.topo.tw" data-tooltip="Public Git Repos">Code</a> | | ||
15 | <a href="/gpg.asc">GPG</a> | ||
16 | </nav> | ||
17 | </header> | ||