-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsecuritytwo.html
More file actions
56 lines (56 loc) · 1.51 KB
/
Copy pathsecuritytwo.html
File metadata and controls
56 lines (56 loc) · 1.51 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<html>
<head>
<title>
Security2
</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css">
<style>
div.main{margin:auto;display:table;color:black;font-size:25px}
</style>
</head>
<body>
<a href="securityone.html">
<i class="fa fa-chevron-circle-left" style="font-size:80px"></i>
</a>
<a href="index.html">
<i class="fa fa-home" style="font-size:80px"></i>
</a>
<p style="text-align:center">
<form action="">
<div class="main">
Enter a verification code
<br>
<br>
<p style="text-align:center">
<input type="password" name="pin">
</p>
<br>
<br>
</div>
<p style="text-align:center;font-size:25px">
Repeat Code
</p>
<p>
<div class="main">
<br>
<br>
<input type="password" name="password">
</div>
</p>
</form>
</p>
<p style="text-align:center">
<br>
<br>
<a href="new-pcv.html">
<input type=button value="Save">
</a>
<br>
<br>
<a href="securityone.html">
<input type=button value="Change Verification Method">
</a>
</p>
</body>
</html>