aboutsummaryrefslogtreecommitdiff
path: root/auth/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'auth/public/index.html')
-rw-r--r--auth/public/index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/auth/public/index.html b/auth/public/index.html
index e927b13..b56db07 100644
--- a/auth/public/index.html
+++ b/auth/public/index.html
@@ -14,6 +14,11 @@
<title>Auth</title>
</head>
<body>
+ <div class="pure-menu pure-menu-horizontal">
+ <a href="/" class="pure-menu-item pure-menu-link">Home</a>
+ <a href="/auth/api/logout" class="pure-menu-item pure-menu-link">Logout</a>
+ </div>
+
<form class="pure-form pure-form-stacked" action="api/login" method="post">
<fieldset>
<legend>Login</legend>