reset password form 1.0
This commit is contained in:
22
server/front/reset/index.html
Normal file
22
server/front/reset/index.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Login</title>
|
||||
<link rel="stylesheet" href="./style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="glass-container">
|
||||
<div class="login-box">
|
||||
<h2>Login</h2>
|
||||
<form id="loginForm">
|
||||
<input type="text" id="email" name="email" required placeholder="Email">
|
||||
<button type="submit">Reset</button>
|
||||
<p>Have an account? <a href="./../login/" id="login">Login</a></p>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<script src="js.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user