-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (21 loc) · 920 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<htmk>
<head>
<title> netflex landing page
</title>
<link rel="stylesheet" href="code.css">
</head>
<body>
<div id="k"> <img src="loggo.png" alt="logo" class="floatimg">
<div id="l" class="inline"><select>
<option>English</option>
<option>Hindi</option>
</select></div>
<button type="button" id="sign" class="inline"><b>Sign in</b></button></div>
<div id="ff">
<spam id="bb"><b>Unlimited movies,TV shows and more</b></spam><br><br>
<spam id="bh">Watch anywhere. Cancel anytime.</spam><br><br>
<spam id="bj">Ready to watch?Enter your Email to create or restart your membership.</spam><br><br>
<input type="text" placeholder=" Email address" >
<button type="button" class="inline" id="butt"><b>Get Started <img src="arrr.png" id="arr"></b></button>
</div></body>
</html>