<html> | |
<head> | |
<title>Password Reset Request</title> | |
<!-- Add any additional head elements here --> | |
</head> | |
<body> | |
<h1>Password Reset Request</h1> | |
<form action="/password-reset-request" method="post"> | |
<label for="email">Email:</label> | |
<input type="email" id="email" name="email" required> | |
<input type="submit" value="Request Password Reset"> | |
</form> | |
</body> | |
</html> |