-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathchangepassword.html
More file actions
46 lines (29 loc) · 961 Bytes
/
changepassword.html
File metadata and controls
46 lines (29 loc) · 961 Bytes
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
<html>
<head>
<link rel="stylesheet" type"text/css" href="stylesheet1.css">
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
</head>
<body>
<br><br><br><br><br><br><br>
<div align="center" >
<div class="container1"><br>
<h4 align="right"class="header2"> RESET PASSWORD</h4>
<form>
<br><br>
<div class="imgcontainer";>
<img src="image/ajc.png" style="height:auto;width:100%;"></div >
<div align="right">
<div class="container2";>
<hr>
<input type="text" placeholder="Username" class="formcontrol">
<br><br><br>
<input type="password" placeholder="Password" class="formcontrol">
<br><br><br>
<input type="password" placeholder="Repeat Password" class="formcontrol">
<br>
<br><br>
<button type="submit" class="signupbtn">Change Password</button></div></div></div>
<br> <br>
</div></div></div>
</form>
<html>