-
Notifications
You must be signed in to change notification settings - Fork 0
/
Registration Page.html
116 lines (98 loc) · 5.61 KB
/
Registration Page.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
<!DOCTYPE html>
<html>
<title>Register</title>
<head>
<!-- reset must be First -->
<!-- <link rel="styleSheet" href="Styles/reset.css"/> -->
<link rel="styleSheet" href="Styles/login.css" />
<link rel="styleSheet" href="Styles/font.css" />
<link rel="styleSheet" href="FontIcons/fontawesome-free-5.15.1-web/css/all.css" />
</head>
<body>
<div class="globalContainer">
<div class="logoContainer">
<div class="imageContainer">
<img class="logoimage" src="Images/facebookLogo.svg" width="200px" align="left" />
</div>
<div class="loginHeading">Facebook helps you connect and share with the people in your life.</div>
</div>
<!-- ****************************** -->
<div class="loginContainer">
<form method="post" action="welcomePage.html" >
<div class="textbox"><input type="text" id="email" name="emailField" placeholder="Your email.." /></div>
<div class="textbox"><input type="text" id="email" name="emailField" placeholder="Your Name.." /></div>
<div class="textbox"><input type="text" id="email" name="emailField" placeholder="Phone Number.." /></div>
<div ><input class="Password" type="password" id="paswword" name="passwordField"
placeholder="Enter Password.." /></div>
<div ><input class="Password"type="password" id="ConfirmPassword" name="ConfirmPasswordField"
placeholder="Confirm Password.." /></div>
<div class="ReigsterNow"><input type="submit" value="ReigsterNow" /></div>
<a href="LoginPage.html"><div class="back">back to Login Page</div></a>
</form>
</div>
</div>
<!-- ****************************** -->
<!-- <div class="_8esn">
<div class="_8iep _8icy _9ahz _9ah-">
<div class="_6luv _52jv">
<form class="_featuredLogin__formContainer" data-testid="royal_login_form"
action="/login/?privacy_mutation_token=eyJ0eXBlIjowLCJjcmVhdGlvbl90aW1lIjoxNjA1NzE3OTI3LCJjYWxsc2l0ZV9pZCI6MzgxMjI5MDc5NTc1OTQ2fQ%3D%3D"
method="post" onsubmit="" id="u_0_a">
<input type="hidden" name="jazoest" value="2937" autocomplete="off">
<input type="hidden" name="lsd" value="AVro7C4miy4" autocomplete="off">
<div>
<div class="_6lux">
<input type="text" class="inputtext _55r1 _6luy" name="email" id="email" data-testid="royal_email" placeholder="Email address or phone number" autofocus="1" aria-label="Email address or phone number">
</div>
<div class="_6lux">
<input type="password" class="inputtext _55r1 _6luy" name="pass" id="pass" data-testid="royal_pass" placeholder="Password" aria-label="Password">
</div>
</div>
<input type="hidden" autocomplete="off" name="login_source" value="comet_headerless_login">
<input type="hidden" autocomplete="off" name="next" value="">
<div class="_6ltg">
<button value="1" class="_42ft _4jy0 _6lth _4jy6 _4jy1 selected _51sy" name="login" data-testid="royal_login_button" type="submit" id="u_0_b">Log In</button></div><div class="_6ltj"><a href="https://www.facebook.com/recover/initiate/?ars=facebook_login&privacy_mutation_token=eyJ0eXBlIjowLCJjcmVhdGlvbl90aW1lIjoxNjA1NzE3OTI3LCJjYWxsc2l0ZV9pZCI6MzgxMjI5MDc5NTc1OTQ2fQ%3D%3D">Forgotten password?
</a>
</div>
<div class="_8icz"></div>
<div class="_6ltg">
<a role="button" class="_42ft _4jy0 _6lti _4jy6 _4jy2 selected _51sy" href="#" ajaxify="/reg/spotlight/" id="u_0_2" data-testid="open-registration-form-button" rel="async">Create New Account
</a>
</div>
</form>
</div>
<div id="reg_pages_msg" class="_58mk"><a href="/pages/create/?ref_type=registration_form" class="_8esh">Create a Page
</a> for a celebrity, band or business.
</div>
</div>
</div> -->
<!-- ******************************* -->
<!-- ************************************* -->
<!--
<body data-new-gr-c-s-check-loaded="14.984.0" data-gr-ext-installed="" cz-shortcut-listen="true">
<div class="largeCont">
<a href="Home.html"><img id="logo" src="Amazon-Logo.png" width="100px"></a>
<div class="container">
<h3>Sign-In</h3>
<h5> E-mail or phone number</h5>
<form>
<div>
<input type="text" id="name" required="">
</div>
<div>
<input type="submit" id="continue" name="continue" value="Continue" formaction="Home.html">
</div>
<div>
<p class="t">By continuing, you agree to Amazon's <a href="#" class="last">Conditions of Use</a> and <a href="#" class="last">Privacy Notes.</a></p>
<a class="m" href="#">Need Help?</a>
</div>
</form>
</div>
<form>
<div>
<input type="submit" id="newAccount" name="create" value="Create your Amazon account" formaction="register.html">
</div>
</form>
</div> -->
</body>
</html>