diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-12-12 13:54:57 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-12-12 13:54:57 -0500 |
commit | d0355fa0d85deb2f3a6ebee0e00fec516a3d6f41 (patch) | |
tree | 427bc53cc9dbe8ac71702c592c6d637d7c5390dc /public/themes/sourcehut/nav.html | |
parent | b24cc85fb19b80fe4f67f7b9a88cab7d5af282f3 (diff) | |
download | alps-d0355fa0d85deb2f3a6ebee0e00fec516a3d6f41.tar.gz alps-d0355fa0d85deb2f3a6ebee0e00fec516a3d6f41.zip |
Add simple Sourcehut-based theme
Diffstat (limited to 'public/themes/sourcehut/nav.html')
-rw-r--r-- | public/themes/sourcehut/nav.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/public/themes/sourcehut/nav.html b/public/themes/sourcehut/nav.html new file mode 100644 index 0000000..7b4d19d --- /dev/null +++ b/public/themes/sourcehut/nav.html @@ -0,0 +1,14 @@ +<nav class="container-fluid navbar navbar-light navbar-expand-sm"> + <a class="navbar-brand" href="/"> + koushin + <span class="text-danger">webmail</span> + </a> + <ul class="navbar-nav mr-auto d-none d-sm-flex"> + <!-- TODO: Does anything go here? --> + </ul> + <div class="login"> + <span class="navbar-text"> + <a href="/logout">Log out</a> + </span> + </div> +</nav> |