diff options
author | Bradley Taunt <bt@btxx.org> | 2024-01-19 13:19:41 -0500 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-01-19 13:19:41 -0500 |
commit | 85f2c8d0d69ac0195bf6a20e396077dee0e9aefa (patch) | |
tree | 4f3bd878e20e7e057f91da6632a215b004d10c49 /_header.html |
Initial commit for new cgit platform
Diffstat (limited to '_header.html')
-rw-r--r-- | _header.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/_header.html b/_header.html new file mode 100644 index 0000000..67e2122 --- /dev/null +++ b/_header.html @@ -0,0 +1,9 @@ +<!-- Content placed here will appear directly after the opening <body> tag --> +<nav> + <a href="/">Home</a><span> / </span> + <a href="/blog">Blog</a><span> / </span> + <a href="/tweaks.html">Tweaks</a><span> / </span> + <a href="https://git.btxx.org/pblog">Download</a> +</nav> +<!-- Do not remove this opening article element --> +<article> |