-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresetpass.html
More file actions
30 lines (30 loc) · 1.11 KB
/
resetpass.html
File metadata and controls
30 lines (30 loc) · 1.11 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
<!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="resetpassbox">
<div class="textinputfield" id="psb2">
<input type="password" id="password"
required placeholder="Password">
</input>
</div>
<div class="textinputfield" id="psb3">
<input type="password" id="password"
required placeholder="Confirm Password">
</input>
</div>
<p id="enteremailtext" class="gt1"> Reset Password: </p>
<a href="index.html">
<div class="bluebuttonbox" id="rspb">
<p class="wt1" id="logintext"> Reset Password </p>
</div>
</a>
</div>
<div id="taskrlogo">
<img src="TASKr.png" alt="TASKr logo" width="239" height="200">
</div>
</body>
</html>