initial commit
This commit is contained in:
parent
f8e10a1e09
commit
8a80fc6936
30 changed files with 2335 additions and 2664 deletions
|
@ -10,15 +10,13 @@
|
|||
>
|
||||
<meta content="/logo.webp" property="og:image">
|
||||
<meta content="#4b458c" data-react-helmet="true" name="theme-color">
|
||||
<link href="/style.css" rel="stylesheet">
|
||||
<link href="/themes.css" rel="stylesheet" id="lightcss">
|
||||
<link href="/style2.css" rel="stylesheet">
|
||||
<link href="/themes2.css" rel="stylesheet" id="lightcss">
|
||||
</head>
|
||||
<div id="logindiv">
|
||||
<h1>Login</h1>
|
||||
<br >
|
||||
<form id="form" submit="check(e)">
|
||||
<label for="instance"><b>Instance:</b></label
|
||||
><br >
|
||||
<label for="instance"><b>Instance:</b></label>
|
||||
<p id="verify"></p>
|
||||
<input
|
||||
type="search"
|
||||
|
@ -27,29 +25,26 @@
|
|||
name="instance"
|
||||
id="instancein"
|
||||
value=""
|
||||
id="instancein"
|
||||
required
|
||||
><br ><br >
|
||||
>
|
||||
|
||||
<label for="uname"><b>Email:</b></label
|
||||
><br >
|
||||
<label for="uname"><b>Email:</b></label>
|
||||
<input
|
||||
type="text"
|
||||
placeholder="Enter email address"
|
||||
name="uname"
|
||||
id="uname"
|
||||
required
|
||||
><br ><br >
|
||||
>
|
||||
|
||||
<label for="psw"><b>Password:</b></label
|
||||
><br >
|
||||
<label for="psw"><b>Password:</b></label>
|
||||
<input
|
||||
type="password"
|
||||
placeholder="Enter Password"
|
||||
name="psw"
|
||||
id="psw"
|
||||
required
|
||||
><br ><br ><br ><br >
|
||||
>
|
||||
<p class="wrongred" id="wrong"></p>
|
||||
|
||||
<div id="h-captcha"></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue