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.
14 lines
509 B
Twig
14 lines
509 B
Twig
<section class="login">
|
|
<div>
|
|
<img id="the-logo" src="/assets/images/global/fipamo-logo.svg"/>
|
|
</div>
|
|
<form id="login" class='login' name="login" method="POST" onsubmit="return false;">
|
|
<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'>
|
|
ID, PLEASE
|
|
</button>
|
|
<a href="/dashboard/reset-password">?</a>
|
|
</form>
|
|
</section>
|