Added contact to login, added some auth exceptions

This commit is contained in:
MrFry 2020-04-08 19:24:17 +02:00
parent 143894288a
commit a6d260f6af
6 changed files with 26 additions and 6 deletions

View file

@ -62,6 +62,14 @@
margin: 4px 2px;
cursor: pointer;
}
.ircLinkContainer {
display: flex;
justify-content: flex-end
}
.ircLink {
color: #9999ff;
font-size: 12px;
}
</style>
</head>
<div class='center'>
@ -77,6 +85,9 @@
👁
</span> -->
</div>
<div class='ircLinkContainer' >
<a class='ircLink' href='https://qmining.frylabs.net/irc?loginClick'>Contact</a>
</div>
<button id='sendButton' onclick="Login(this)">Submit</button>
</div>
</div>