-
Notifications
You must be signed in to change notification settings - Fork 1
/
project2.html
26 lines (23 loc) · 1.09 KB
/
project2.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
<html>
<head>
<title>Change password</title>
<link rel="stylesheet" href="project.css">
<link rel="shortcut icon" href="E:\web dev\amazon\favicon_io\favicon.ico" type="image/x-icon">
</head>
<body>
<center><h1><div>Furry Paws</div></h1></center>
<center><div id="login">
<form style="color:white" action="/adr" >
<center><h3 style="margin-top: 0; margin-bottom: 0;">Forgot Password</h3></center>
enter email<br>
<input type="email" id="email" placeholder="enter email address"><br>
enter new password
<input type="password" id="pass" placeholder="enter new password"><br>
confirm the new password
<input type="password" id="passn" placeholder="confirm password"><br>
<button type="submit" class="b3" formaction="file:///C:/Users/aryan/OneDrive/Desktop/apni%20kaksha/project1.html">Submit</button>
</form>
<span></span>
</div></center>
</body>
</html>