-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyahoo.html
126 lines (71 loc) · 4.35 KB
/
yahoo.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
<!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>Yahoo</title>
<link rel="stylesheet" href="./edit.css" />
</head>
<body>
<main id="main1">
<section id="s1">
<div id="d1">
<ul id=""ul1>
<img id="image1" href="https://in.yahoo.com/" src="https://1000logos.net/wp-content/uploads/2017/05/Yahoo-logo.jpg" alt="" height="100px" width="95px">
</ul>
<ul id="ul2">
<a id="a1" href="https://in.help.yahoo.com/kb/account">Help</a>
</ul>
</div>
</section>
<section id="s2">
<div id="d2">
<div id="d3">
<h1> <b>Yahoo makes it easy to enjoy what matters most in<br>your world.</b> </h1>
<p id="p1">Best in class Yahoo Mail, breaking local, national and global <br>news, finance, sports, music, movies and more. You egt more <br> out of the web, you get more out of life</p>
</div>
<div id="divf">
<form id="f1" action="">
<div id="d4">
<img id="image2" src="https://1000logos.net/wp-content/uploads/2017/05/Yahoo-logo.jpg" height="80px" width="15px" alt=""><br><br>
</div>
<h1 id="h1">Sign in</h1>
<p id="p2">Sign in using your Yahoo account</p>
<div>
<input id="user" type="text" name="Username" placeholder="Username, email address or mobile number"><br>
<hr id ="hr1" width="100%">
</div>
<div>
<button id="b1">
<b>Next</b>
</button>
</div>
<input id="ip1" type="checkbox" >
<a id="aa1" href="https://login.yahoo.com/account/challenge/username?.intl=in&.lang=en-IN&src=fpctx&pspid=97684142&done=https%3A%2F%2Fin.yahoo.com%2F&authMechanism=secondary&sessionIndex=Qw--">Stay signed in Forgotten Username?</a>
<br>
<div>
<button id="b2">
<a id ="acc" href="https://login.yahoo.com/account/create?.intl=in&.lang=en-IN&src=fpctx&pspid=97684142&.done=https%3A%2F%2Fin.yahoo.com&specId=yidReg&done=https%3A%2F%2Fin.yahoo.com">Create an account</a>
</button>
</div>
<div>
<p id="para">Or, continue with</p>
</div>
<div>
<button id="b3">
<img id="image3" src="https://blog.hubspot.com/hubfs/image8-2.jpg" alt="" height="32px">
<a href="https://accounts.google.com/o/oauth2/v2/auth/oauthchooseaccount?client_id=860033281504.apps.googleusercontent.com&response_type=code&redirect_uri=https%3A%2F%2Flogin.yahoo.com%2Faccount%2Fchallenge%2Ftpa%2Fredirect&scope=openid%20email%20profile&access_type=online&prompt=select_account&state=acrumb%3DGydp5J9u%7Csrc%3DnoSrc%7CsessionIndex%3DQQ--%7Cdisplay%3Dlogin%7CauthMechanism%3Dprimary%7Cpspid%3Dmissing%7Cactivity%3Dmissing&flowName=GeneralOAuthFlow" id="p5"> <b></b> Google</a>
</button>
</div>
</form>
</div>
</div>
<p id="pp" >
<a id="at" href="https://www.verizonmedia.com/policies/in/en/verizonmedia/terms/otos/index.html">Terms|</a>
<a id="ap" href="https://www.verizonmedia.com/policies/in/en/verizonmedia/privacy/index.html">Privacy</a>
</p>
</section>
</main>
</body>
</html>