1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-20 12:31:41 +04:00
Files
tabler/pages/_includes/cards/forgot.html
T

19 lines
787 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="form-group">
<label class="form-label" for="exampleInputEmail1">Email address</label>
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" 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 }}/login.html">send me back</a> to the sign in screen.
</div>