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.
29 lines
759 B
PHTML
29 lines
759 B
PHTML
8 months ago
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>eixogen</title>
|
||
|
<meta charset="utf-8">
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
|
<link rel="icon" href="img/favicon.ico" type="image/x-icon" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<link href="../style.css" rel="stylesheet">
|
||
|
<meta property="og:title" content="EIXOGEN" />
|
||
|
<meta property="og:description" content="EIXOGEN" />
|
||
|
<meta property="og:image" content="" />
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<div class="init">
|
||
|
<h1>forgot password</h1>
|
||
|
|
||
|
<form method="post" action="send-password-reset.php">
|
||
|
|
||
|
<label for="email">email</label>
|
||
|
<input type="email" name="email" id="email">
|
||
|
|
||
|
<button>Send</button>
|
||
|
</form>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|