-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathforgotpass.html
More file actions
25 lines (25 loc) · 965 Bytes
/
forgotpass.html
File metadata and controls
25 lines (25 loc) · 965 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="default.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css">
</head>
<body>
<div class="whiteroundedbox" id="forgotpassbox">
<div class="textinputfield" id="emailbox2">
<input type="email" id="email"
pattern=".+@+.+.com" required placeholder="Email">
</input>
</div>
<p id="enteremailtext" class="gt1"> Enter Recovery Email: </p>
<a href="resetpass.html">
<div class="bluebuttonbox" id="confirmationbox">
<p class="wt1" id="logintext"> Send Confirmation </p>
</div>
</a>
</div>
<div id="taskrlogo">
<img src="TASKr.png" alt="TASKr logo" width="239" height="200">
</div>
</body>
</html>