diff options
author | LarsVomMars | 2020-10-04 00:57:49 +0200 |
---|---|---|
committer | LarsVomMars | 2020-10-04 00:57:49 +0200 |
commit | 78a60c48041673005900f6aa5cebcad0f92e5db3 (patch) | |
tree | 947518c1c0e1197b6ffec06e13041dc4dec6872b /overview/public/index.html | |
parent | 53b84f7ede1ad26e5111cd6da9c13042d98a290b (diff) |
Nav
Diffstat (limited to 'overview/public/index.html')
-rw-r--r-- | overview/public/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/overview/public/index.html b/overview/public/index.html index 98aa670..ba3596f 100644 --- a/overview/public/index.html +++ b/overview/public/index.html @@ -14,6 +14,10 @@ <title>Home</title> </head> <body> + <div class="pure-menu pure-menu-horizontal"> + <a href="/auth/change.html" class="pure-menu-item pure-menu-link">Passwort ändern</a> + <a href="/auth/api/logout" class="pure-menu-item pure-menu-link">Logout</a> + </div> <div class="card"> <h2>Hallo, liebe RBS-Schüler*innen!</h2> <p lang="de"> |