mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Added contact to login, added some auth exceptions
This commit is contained in:
parent
143894288a
commit
a6d260f6af
6 changed files with 26 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue