2021-03-25 22:05:32 +01:00
|
|
|
<div id="dash-login">
|
|
|
|
<div id="dash-form" class="dash-form">
|
2021-05-06 21:45:39 +02:00
|
|
|
<form id="login" class='login' name="login" action="/@/dashboard/login" method="POST">
|
2021-03-25 22:05:32 +01:00
|
|
|
<input type="text" name="handle" class="form-control" placeholder="Handle" required ">
|
|
|
|
<input type="password" name="password" class="form-control" placeholder="Password" required">
|
2021-05-06 21:45:39 +02:00
|
|
|
<button id="login-btn" class='login-btn' type='submit'>
|
2021-03-25 22:05:32 +01:00
|
|
|
Let's see some ID
|
2021-05-06 21:45:39 +02:00
|
|
|
</button><br /><br />
|
|
|
|
<a href="/dashboard/reset-password"> Forgot Password?</a>
|
2021-03-25 22:05:32 +01:00
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|