-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (31 loc) · 1.02 KB
/
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
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Netflix India-Watch TV shows online, Watch movies online </title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="main">
<img class="bgimage" src="/Netflix background.jpg" alt="bgimage">
</div>
<div class="container">
<div class="navbar">
<div class="logo">
<img src="/netflix-logo-png-2562.png" alt="logo">
</div>
<div class="signin">Sign In</div>
</div>
<div class="subcontainer">
<h1>Laughter. Tears. Thrills. Find it all on Netflix.</h1>
<h3>Endless entertainment starts at just ₹ 149. Cancel anytime.</h3>
<h4>Ready to watch? Enter your email to create or restart your membership.</h4>
<form>
<input type="text" value="Email address">
<button>Get Started</button>
</form>
</div>
</div>
</body>
</html>