Log-out button
This commit is contained in:
parent
1563d778dc
commit
60bc7c89f2
2 changed files with 8 additions and 2 deletions
|
@ -69,4 +69,10 @@ body {
|
|||
margin-top: 5px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.log-out {
|
||||
float: right;
|
||||
margin-right: 10px;
|
||||
color: blue;
|
||||
}
|
|
@ -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>
|
Loading…
Reference in a new issue