30 lines
965 B
HTML
30 lines
965 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
|
|
<link rel="stylesheet" href="lsf.css">
|
|
<title>Forgot | UITM BAZAAR</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="containers" id="containers">
|
|
<div class="form-container forgot">
|
|
<form method="post" action="forgot.php">
|
|
<h1>Forgot Password</h1>
|
|
<br>
|
|
<input type="text" placeholder="ID" name="AccID" id="AccID" required>
|
|
<input type="password" placeholder=" New Password" name="AccNPass" required>
|
|
<a href="login.html">Return to Login Page?</a>
|
|
<button type="submit" name= Submit>Reset</button>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
|
|
<script src="script.js"></script>
|
|
</body>
|
|
|
|
</html> |