-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreset.html
More file actions
39 lines (31 loc) · 1.09 KB
/
reset.html
File metadata and controls
39 lines (31 loc) · 1.09 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Reset your password</title>
<link rel="stylesheet" href="D:/css/reset.css">
</head>
<header>
<h1>Reset your password</h1>
</header>
<main>
<article id="final">
<p class="elemnt">Enter your user account's verified email address and we will send you a password reset
link.</p>
<form action="https://httpbin.org/get"
method="get">
<p>
<input type="email" id="myEmail" placeholder=" Enter your email address" required autofocus>
</p>
<br><br>
<button type="reset">Send password reset email</button>
</article>
</main>
</body>
<footer>
<p class="word">Terms Privacy Docs Contact GitHub Support Manage cookies Do not share my personal information</p>
<p class="move"><a href="my_own_project.html">Back ➔</a></p>
<p class="mee">copyright © Maha Balghouthi</p>
</footer>
</html>