Added support for different instances
This commit is contained in:
parent
e219ae7fc7
commit
f6d33a7aa8
8 changed files with 96 additions and 30 deletions
|
@ -5,6 +5,10 @@
|
|||
<div id="logindiv">
|
||||
<h1>Login</h1><br>
|
||||
<form id="form" submit="check(e)">
|
||||
<label for="instance"><b>Instance:</b></label><br>
|
||||
<p id="verify"></p>
|
||||
<input type="text" placeholder="Instance URL" name="instance" value="https://spacebar.chat/" id="instancein" required><br><br>
|
||||
|
||||
<label for="uname"><b>Username:</b></label><br>
|
||||
<input type="text" placeholder="Enter Username" name="uname" required><br><br>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue