-
Notifications
You must be signed in to change notification settings - Fork 0
/
tut58.html
142 lines (124 loc) · 4.2 KB
/
tut58.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
140
141
142
Skip to content
Product
Solutions
Open Source
Pricing
Search
Sign in
Sign up
dinukad
/
web_dev_bootcamp
Public
Code
Issues
Pull requests
Actions
Projects
Security
Insights
web_dev_bootcamp/03_facebook_login_without_css/index.html
Dinuka facebook login page without css
Latest commit 0b505b8 on Jun 17, 2018
History
0 contributors
99 lines (84 sloc) 3.64 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Facebook - log in or sign up</title>
</head>
<body>
<p>Jump to<br><a href="#">Sections of this page</a><br><a href="#">Accessibility help</a><br>Press alt + / to open this menu</p>
<a href="https://www.facebook.com"><h1>Facebook</h1></a>
<table>
<tr>
<td>Email or Phone</td>
<td>Password</td>
</tr>
<tr>
<td><input type="text" name="" id=""></td>
<td><input type="password" name="" id=""></td>
<td><button>Log In</button></td>
</tr>
<tr>
<td></td>
<td><a href="#">Forgotton account?</a></td>
</tr>
</table>
<p>Facebook helps you connect and share with the people in your life.</p>
<img src="https://static.xx.fbcdn.net/rsrc.php/v3/yn/r/099etSefEv-.png" alt="fb_connect_image" width="536px" height="194px">
<p>Create an account<br>It's free and always will be.<br>An error occurred. Please try again.</p>
<form action="">
<p>First name</p>
<input type="text" name="" id="">
<p>Surname</p>
<input type="text" name="" id="">
<p>Mobile number or email address</p>
<input type="text" name="" id="">
<p>Mobile number</p>
<input type="text" name="" id="">
<p>New password</p>
<input type="password" name="" id="">
<p>Birthday</p>
<select name="birthday_date" id="">
<option value="">Day</option>
<option value="">1</option>
<option value="">2</option>
<option value="">3</option>
<option value="">4</option>
<option value="">5</option>
<option value="">6</option>
</select>
<select name="birthday_month" id="">
<option value="">Month</option>
<option value="">Jan</option>
<option value="">Feb</option>
<option value="">Mar</option>
</select>
<select name="birthday_year" id="">
<option value="">Year</option>
<option value="">2018</option>
<option value="">2017</option>
<option value="">2016</option>
<option value="">2015</option>
<option value="">2014</option>
<option value="">2013</option>
</select>
<a href="#">Why do I need to provide my date of birth?</a><br>
<input type="radio" name="" id="rad_female"><label for="rad_female">Female</label>
<input type="radio" name="" id="rad_male"><label for="rad_male">Male</label><br>
<p>By clicking Sign Up, you agree to our <a href="#">Terms, Data Policy</a>. You may receive SMS notifications from us and can opt out at any time.</p>
<input type="submit" value="Sign Up">
<h2>Security check</h2>
<p>This field is required.<br><a href="#">Why am I seeing this?</a><br>Security Check<br>This is a standard security test that we use to prevent spammers from creating fake accounts and spamming users.</p>
<a href="#">Back</a><br>
<input type="submit" value="Sign Up">
<p><a href="#">Create a Page</a> for a celebrity, brand or business.</p>
<ul>
<li><a href="#">English (UK)</a></li>
<li><a href="#">සිංහල</a></li>
<li><a href="#">தமிழ்</a></li>
<li><a href="#">Español</a></li>
<li><a href="#">Deutsch</a></li>
</ul>
<p> Facebook © 2018</p>
</form>
</body>
</html>
Footer
© 2023 GitHub, Inc.
Footer navigation
Terms
Privacy
Security
Status
Docs
Contact GitHub
Pricing
API
Training
Blog
About
web_dev_bootcamp/index.html at master · dinukad/web_dev_bootcamp · GitHub