forked from rockMeBach/cbt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathforgot_code.php
More file actions
21 lines (21 loc) · 836 Bytes
/
forgot_code.php
File metadata and controls
21 lines (21 loc) · 836 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles/styles.css?cache=1">
<title>Reset your password</title>
</head>
<body>
<div class="vertical_centered_box" align="center">
<h2 class="title">Convenient Business Tools</h2>
<br/>
<div class="form_container" align="center">
<form method="post" action="forgot_reset.php">
<div align="left"><a href="forgot.php">< Back</a></div>
<br/><div>Enter the code you have received.</div>
<p><input type="text" placeholder="Code" name="OTP"></p>
<input type="submit" class="submit" value="Reset Password" />
</form>
</div>
</div>
</body>
</html>