1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-27 13:34:37 +04:00
Files
tabler/pages/_includes/cards/forgot-password.html
T
2020-01-29 23:43:13 +01:00

19 lines
679 B
HTML

<form class="card card-md" action="{{ site.base }}" method="get">
<div class="card-body">
<h2 class="mb-5 text-center">Forgot password</h2>
<p class="text-muted">Enter your email address and your password will be reset and emailed to you.</p>
<div class="mb-3">
<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>