-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaccount-security.html
79 lines (51 loc) · 2.31 KB
/
account-security.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
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<head>
<link rel="icon" type="image/x-icon" href="DINOSOFT-LOGO.jpg">
</head>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="account-security-1.css">
<title>Unsecuring/Securing User Account</title>
</head>
<body>
<form onsubmit="return false;">
<label for="password">Password</label>
<input id="password" type="password" pattern="7t8otpxz" placeholder="Enter your password" required="required" title="Please write the following image in image that is beside the field box"/>
<input id="login" type="checkbox"/>
<label class="login-button" for="login"><span>Enter</span>
<svg>
<path d="M10,17V14H3V10H10V7L15,12L10,17M7,2H17A2,2 0 0,1 19,4V20A2,2 0 0,1 17,22H7A2,2 0 0,1 5,20V16H7V20H17V4H7V8H5V4A2,2 0 0,1 7,2Z"></path>
</svg>
</label>
<div class="padlock">
<div class="padlock__hook">
<div class="padlock__hook-body"></div>
<div class="padlock__hook-body"></div>
</div>
<div class="padlock__body">
<div class="padlock__face">
<div class="padlock__eye padlock__eye--left"></div>
<div class="padlock__eye padlock__eye--right"></div>
<div class="padlock__mouth padlock__mouth--one"></div>
<div class="padlock__mouth padlock__mouth--two"></div>
<div class="padlock__mouth padlock__mouth--three"></div>
</div>
</div>
</div>
<div class="app">
<link rel="stylesheet" href="account-security-2.css">
<center>
<img src="DINOSOFT-LOGO.jpg" alt="Dinosoft Logo" style="width:400px;height:390px;">
<h1>Your account is currently vulnerable. Anyone attempting to sign in using your username will gain access, even if they enter an incorrect password. ⚠️</center></h1>
<button class="logout-button" type="reset">Resecure the Account</button>
</div><span class="logout-message">Your account has been resecured.</span>
</form>
</body>
</html>
<br>
<br>
<body>
<img src="image-for-code-for-account-security.png" alt="Girl in a jacket" style="width:300px;height:150px;">
</body>