-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (29 loc) · 1.22 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="./images/images/4846304.png" type="images/x-icon"/>
<title>Netflix India - Watch TV Shows online, Watch Movies Online</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="root">
<nav class="navbar" >
<img class= "img-logo" src="images/download.jpeg" alt="Netflix Logo"/>
<div class="button-sign-in"> sign in</button>
</nav>
<div class="main-container">
<div class="main-titles-container">
<h1 class="main-title"> Unlimited movies , TV shows and more.</h1>
<h2 class="main-subtitle"> Watch anywhere, Cancel anytime.</h2>
<p class="main-call-to-action"> Ready to watch? Enter your email to create or restart your membership.</p>
</div>
<div class="main-email-container">
<input class="main-email-container" type="email" placeholder="Email-address">
<div class="button-get-started" > Get started> </div>
</div>
</div>
</div>
</body>
</html>