aboutsummaryrefslogtreecommitdiff
path: root/themes/sourcehut/nav.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/sourcehut/nav.html')
-rw-r--r--themes/sourcehut/nav.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/themes/sourcehut/nav.html b/themes/sourcehut/nav.html
new file mode 100644
index 0000000..7b4d19d
--- /dev/null
+++ b/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>