1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-27 21:44:39 +04:00
Files
tabler/pages/_includes/cards/forgot-password.html
T
2020-01-29 22:46:00 +01:00

20 lines
659 B
HTML

<form class="card" action="#" method="post">
<div class="card-body p-5">
<div class="card-title">Forgot password</div>
<p class="text-muted">Enter your email address and your password will be reset and emailed to you.</p>
<div class="mb-2">
<label class="form-label">Email address</label>
<input type="email" class="form-control" placeholder="Enter email">
</div>
<div class="form-footer">
<button type="submit" class="btn btn-primary btn-block">Send me new password</button>
</div>
</div>
</form>
<div class="text-center text-muted">
Forget it, <a href="{{ site.base }}/sign-in.html">send me back</a> to the sign in screen.
</div>