-
Notifications
You must be signed in to change notification settings - Fork 0
/
instalogin.html
139 lines (103 loc) · 3.74 KB
/
instalogin.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!DOCTYPE html>
<html lang="en">
<head>
<title>Document</title>
<style>
#ad{
height: 380px;
width: 300px;
border: 1px solid rgb(215, 211, 211) ;
float: right;
margin-right: 480px;
margin-top: 30px;
}
#c{
height: 50px;
width: 300px;
border: 1px solid rgb(215, 211, 211) ;
float: right;
margin-right: 480px;
margin-top: 10px;
}
a{
text-decoration: none;
margin-left: 75px;
}
#b{ height: 25px;
width: 220px;
margin-left: 35px;
}
#f{
height: 60px;
width: 300px;
border: 1px solid rgb(255, 253, 253) ;
float: right;
margin-right: 480px;
margin-top: 10px;
justify-content: center;
border: none;
display: flex;
align-items: center;
}
.abcd {
height: 40px;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: white;
text-align: center;
}
a:link{
margin: 15px;
padding: 0px;
color: #979393;
/* font-size: x-small; */
}
</style>
</head>
<body bgcolor="white" >
<div id="ad" >
<img src="image/instatextlogo.png" height="90px" style="margin: 2px 0px 0px 28px;">
<br>
<input id="b" type=" text" placeholder="phone number , username or email"> <br><br>
<input id="b" type="password" placeholder="password"> <br><br>
<input id="b" type="button" value="login" style="background-color: rgb(8, 113, 242);color: white; border-radius: 7px; height: 30px;">
<hr width="100px" style="float: left; margin-left: 25px;margin-top: 19px; color:#EEEEEE";>
<p style="float: left; margin: 12px;"> OR </p>
<hr width="100px" style="float: left; margin-top: 19px;">
<br><br>
<img src="image/png-facebook-icon-17.jpg.png" height="30px" style="float: left; margin-bottom: 8px; margin-left: -230px;margin-top: 23px; display: inline;">
<p style="margin-bottom: 20px; margin-right: 40px; margin-top: 30px ;">
<a href="https://www.facebook.com" style="color: rgb(29, 78, 152);">Log in with facebook</a> </p>
<a href="https://www.facebook.com/login/identify" style="margin-left: 90px;"> Forgot password?</a>
</div>
<div id="c">
<p style="margin-left: 30px;">Don't have an account? <a href="fblogin.html" style="margin-left: 10px;color: rgb(9, 148, 247);">Sign Up</a> </p>
</div>
<div style=" float: right;">
<p style="margin: 20px 600px 0px 0px ; ">Get the app.</p>
</div>
<div id="f">
<img src="image/5a902dbf7f96951c82922875.png" alt="" height="130px" width="100px">
<img src="image/1200px-Get_it_from_Microsoft_Badge.svg.png" alt="" height="35px" width="100px">
</div>
<div class="abcd" style="margin-left: 0px;padding-left: 0px;">
<p style="margin-top: 9px; font-size: small;">
<a href="#">Meta</a>
<a href="#">About</a>
<a href="#">Blog</a>
<a href="#">Jobs</a>
<a href="#">Help</a>
<a href="#">API</a>
<a href="#">Privacy</a>
<a href="#">Terms</a>
<a href="#">Top Accounts</a>
<a href="#">Locations</a>
<a href="#">Instagram Lite</a>
<a href="#">Contact Uploading & Non-Users</a>
<a href="#">Meta Verified</a>
</p>
</div>
</body>
</html>