diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-10 22:39:48 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-10 22:39:48 +0200 |
commit | b6e6cb61c6e9692e9706b0f27b2ec735218a0722 (patch) | |
tree | 34921e8fec1c6d3ccce0dd0cf90f010b404ec43f /partials/nav.html | |
download | theos-website-b6e6cb61c6e9692e9706b0f27b2ec735218a0722.tar.xz |
Initial commit
Diffstat (limited to 'partials/nav.html')
-rw-r--r-- | partials/nav.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/partials/nav.html b/partials/nav.html new file mode 100644 index 0000000..7da0ab2 --- /dev/null +++ b/partials/nav.html @@ -0,0 +1,6 @@ +<nav> + <ul> + <li><a href="index.html">theos/</a></li> + <li><a href="http://git.kyriasis.com">cgit/</a></li> + </ul> +</nav> |