-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
157 lines (155 loc) · 3.46 KB
/
index.html
File metadata and controls
157 lines (155 loc) · 3.46 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
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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<!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" />
<meta property="og:title" content="User_Login" />
<meta property="og:description" content="User Login Form" />
<meta name="description" content="User Login Form" />
<title>User_Login</title>
<link rel="stylesheet" href="styles.css" type="text/css" />
<link rel="shortcut icon" href="Login_icon.webp" type="image/x-icon" />
</head>
<body>
<table
width="100%"
height="50px"
border="0"
cellpadding="0"
cellspacing="0"
>
<thead>
<tr align="center">
<th
style="
color: azure;
font-size: 35px;
font-family: Ebrima;
text-align: center;
padding-top: 195px;
padding-left: 10px;
"
>
USER LOGIN
</th>
</tr>
<tr align="center">
<th>
<hr
size="2%"
color="#FFF"
width="5.9%"
style="padding-left: 10px"
/>
</th>
</tr>
</thead>
</table>
<div class="body_rapper">
<img
src="./Username.webp"
style="
width: 45px;
height: 45px;
margin-left: 5px;
margin-top: 5px;
border-radius: 50px;
"
alt="Username"
/>
</div>
<div class="body_rapper_1">
<h1
style="
color: lightgray;
font-family: monospace;
font-size: 20px;
text-align: left;
margin-left: 20px;
margin-top: 15px;
"
>
Username
</h1>
</div>
<div class="body_rapper_2">
<img
src="./password.webp"
style="
width: 45px;
height: 45px;
margin-left: 5px;
margin-top: 5px;
border-radius: 50px;
"
alt="Password"
/>
</div>
<div class="body_rapper_3">
<h1
style="
color: lightgray;
font-family: monospace;
font-size: 20px;
text-align: left;
margin-left: 20px;
margin-top: 15px;
"
>
Password
</h1>
</div>
<div class="body_rapper_4">
<img
src="./Login.webp"
style="
width: 45px;
height: 45px;
margin-left: 4px;
margin-top: 5px;
border-radius: 50px;
"
alt="Login icon"
/>
</div>
<div class="body_rapper_5">
<h1
style="
color: darkcyan;
font-family: Ebrima;
font-size: 20px;
text-align: center;
margin-left: 20px;
margin-top: 15px;
"
>
LOGIN
</h1>
</div>
<table
width="100%"
height="25px"
border="0"
cellpadding="0"
cellspacing="0"
>
<thead>
<tr align="center ">
<th
style="
color: rgb(10, 61, 61);
font-family: Georgia, Times, 'Times New Roman', serif;
font-size: 15px;
text-align: center;
padding-left: 45px;
padding-top: 45px;
"
>
Forgot password?
</th>
</tr>
</thead>
</table>
</body>
</html>