You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
580 B
Plaintext
11 lines
580 B
Plaintext
4 years ago
|
<div id="dash-login">
|
||
|
<div id="dash-form" class="dash-form">
|
||
|
<form id="login" class='login' , name="login" action="/@/dashboard/login" method="POST">
|
||
|
<input type="text" name="handle" class="form-control" placeholder="Handle" required ">
|
||
|
<input type="password" name="password" class="form-control" placeholder="Password" required">
|
||
|
<button id="login-btn" , class='login-btn' , type='submit'>
|
||
|
Let's see some ID
|
||
|
</button>
|
||
|
</form>
|
||
|
</div>
|
||
|
</div>
|