Merge pull request #31 from wulkanowy/feature/log-out_button

Log-out button
This commit is contained in:
Zaptyp 2021-01-29 22:39:09 +01:00 committed by GitHub
commit f0ad87fe4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View file

@ -69,4 +69,10 @@ body {
margin-top: 5px;
margin-left: auto;
margin-right: auto;
}
.log-out {
float: right;
margin-right: 10px;
color: blue;
}

View file

@ -35,7 +35,7 @@
<div class="gradeModals"></div> <!-- please don't touch it for scraping, you have an api :D -->
<nav>Wulkanowy web early access insider preview pre-alpha pre-beta alpha beta release canditate v. 0.0.1</nav>
<nav>Wulkanowy web early access insider preview pre-alpha pre-beta alpha beta release canditate v. 0.0.1<a class='log-out' href='../'>Wyloguj</a></nav>
<ul id="slide-out" class="sidenav">
<li><div class="user-view">
@ -92,4 +92,4 @@
</script>
</body>
</html>
</html>