-
Notifications
You must be signed in to change notification settings - Fork 0
/
ForgotPassword.html
57 lines (42 loc) · 1.66 KB
/
ForgotPassword.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en">
<title>Alberto Munar Institute of Technology</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./mysite.css">
<body>
<div class="mysite-top">
<div class="mysite-bar mysite-white mysite-padding mysite-card" style="letter-spacing:4px;">
<a href="#home" class="mysite-bar-item mysite-button">Alberto Munar Institute of Technology</a>
<div class="mysite-right mysite-hide-small">
<a href="./Home.html" class="mysite-bar-item mysite-button">Home</a>
<a href="./Login.html" class="mysite-bar-item mysite-button">Login</a>
<a href="./Register.html" class="mysite-bar-item mysite-button">Register</a>
<a href="./Students.html" class="mysite-bar-item mysite-button">About</a>
<a href="./Courses.html" class="mysite-bar-item mysite-button">Courses</a>
<a href="./Contact.html" class="mysite-bar-item mysite-button">Contact</a>
</div>
</div>
</div>
<p>.</b>
<p> </p>
<b>FORGOT PASSWORD PAGE .... Please enter your username using the form below.</b>
<p> </p>
<form enctype="multipart/form-data" action="ForgotPassword.py" method="post">
<p>Username: </p>
<label>
<input type="text" name="username" placeholder="Username" required>
</label><br><br>
<input type="submit" value="Register">
<input type="reset" value="Reset">
</form>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<footer class="footer">
<p>Alberto Munar Institute of Technology- All Rights Reserved 2021</p>
</footer>
</body>
</html>