forked from ArchanRD/amazon-clone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
amazon-login-phone.html
48 lines (41 loc) · 1.32 KB
/
amazon-login-phone.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
<!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>Amazon Login</title>
<link rel="stylesheet" href="style-phone.css">
</head>
<body>
<div class="img">
<img class="logo" src="download.png" alt="image">
</div>
<form>
<div class="container">
<h1>Sign-in</h1>
<h4>Email or mobile phone number</h4>
<input type="email tel" name="" id="" required />
<br>
<a href="feedback.html">
<button type="email tel">Continue</button>
</a>
<p>By continuing, you agree to Amazon's <a href="#">Conditions of Use</a> and <a href="#">Privacy Notice</a>.</p>
<br>
<a href="#">Need Help?</a>
</div>
</form>
<div class="mid">
<h3 class="nta">New to Amazon</h3>
<div class="line"></div>
<button>Create your Amazon Account</button>
</div>
<hr>
<div class="footer">
<a class="link" href="#">Condition Of Use</a>
<a class="link" href="#">Privacy Notice</a>
<a class="link" href="#">Help</a>
<p>© 1996-2021, Amazon.com, Inc. or its affiliates</p>
</div>
</body>
</html>