aboutsummaryrefslogtreecommitdiff
path: root/auth/public/index.html
diff options
context:
space:
mode:
authorMarvin Borner2020-10-03 13:33:29 +0200
committerMarvin Borner2020-10-03 13:33:29 +0200
commit88a2c395ad96c65d75ea64c57d68b62d93bc12c3 (patch)
treeb476ebb9875789e857f5f8d96027aef292be93b7 /auth/public/index.html
parenta6cd52452e504c23921bb0be32e883b9efd97da7 (diff)
Added navbar
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>