2021-03-25 22:05:32 +01:00
|
|
|
<div id="dash-login">
|
|
|
|
<div id="dash-form" class="dash-form">
|
2021-06-03 21:26:11 +02:00
|
|
|
<img id="the-logo" src="/assets/images/global/fipamo-logo.svg"/>
|
2022-03-16 00:56:37 +01:00
|
|
|
<form id="login" class='login' name="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-05-21 23:07:25 +02:00
|
|
|
ID, PLEASE
|
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>
|