-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
85 lines (71 loc) · 2.53 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
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
<!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">
<link rel="icon" href="favicon.ico " type="image/x-icon" />
</head>
<body>
<div class="main">
<nav>
<span><img width="60" src="assets/images/logo.svg" alt=""></span>
<div>
<button class="btn">English</button>
<!-- <select class="btn2" name="English" onpointerdown="1"></select> -->
<button class="btn-red-sm">Sign in</button>
</div>
</nav>
<div class="box">
</div>
<div class="hero">
<span>Unlimited movies, TV shows and more</span>
<span>Watch anywhere. Cancel anytime.</span>
<span>Ready to watch? Enter your email to create or restart your membership.</span>
<div>
<input type="text" placeholder="Email address">
<button class="btn-red">Get Started</button>
</div>
</div>
<div class="sepration">
</div>
<div class="sec1">
<div class="box1">
<h2>Enjoy on your TV.</h2>
<p>Watch on Smart TVs, Playstation, Xbox, Chromecast,<br>
Apple TV, Blu-ray players, and more.</p>
</div>
<div class="box2">
<img src="assets/images/tv.png" alt="">
<video autoplay muted loop>
<source src="assets/videos/video-tv-in-0819.m4v">
</div>
</div>
<div class="sepration">
</div>
<div class="sec2">
<div class="box1">
<img src="assets/images/mobile.jpg" alt="">
<div class="popup">
<div class="box1">
<img src="assets/images/st.png" alt="">
</div>
<div class="box2">
<h4>Stranger Things</h4>
<p>Downloading...</p>
</div>
</div>
</div>
<div class="box2">
<h2>Enjoy on your TV.</h2>
<p>Watch on Smart TVs, Playstation, Xbox, Chromecast,<br>
Apple TV, Blu-ray players, and more.</p>
</div>
</div>
<div class="sepration">
</div>
</div>
</div>
</body>
</html>