-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
148 lines (145 loc) · 5.27 KB
/
index.html
File metadata and controls
148 lines (145 loc) · 5.27 KB
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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NETFLIX CLONE</title>
<link rel="stylesheet" href="stylesheet.css">
</head>
<body>
<div class="main">
<div class="navbar">
<span class="hi"><img width=183px color="red" src="ASSEST/image/newname.svg" alt="sorry"></span>
<button class="language">ENGLISH</button>
<button class="navbutton">SIGN IN</button>
</div>
<div id="backgroundimage">
</div>
<div class="hero">
<span>Enjon big movies, hit series and more from ₹ 149</span>
<span>Join today. Cancle anytime</span>
<span>Ready to watch? Enter your email to create or restart your membership </span>
<div class="btn">
<input type="text" color="white" placeholder="Email Address">
<button class="getstartbutton">Get Started ></button>
</div>
</div>
<div class="seprate">
</div>
</div>
<section class="first">
<div>
<div class="firstline">Enjon on your TV </div>
Watch on smart TVs, Playstation, Xbox, Chromecast, Apple TV, Blue-ray players and more.
</div>
<div class="secimg">
<img src="ASSEST/image/converted_image.jpg" alt="sorry">
</div>
</section>
<div class="seprate">
</div>
<section class="first second">
<div class="secimg">
<img src="ASSEST/image/second img.jpg" alt="sorry">
</div>
<div>
<div class="firstline">Download your shows to watch offline </div>
Save your favourites easily and always have something to watch
</div>
</section>
<div class="seprate">
</div>
<section class="first third">
<div>
<div class="firstline">Watch everywhere </div>
Stream unlimited movies and TV shows on your phone, tablet, laptop and TV.
</div>
<div class="secimg">
<img src="ASSEST/image/converted_image.jpg" alt="sorry">
</div>
</section>
<div class="seprate">
</div>
<section class="first second">
<div class="secimg">
<img src="ASSEST/image/thirdimg.jpg" alt="sorry">
</div>
<div>
<div class="firstline">Create profile for kids </div>
send children on adventure with their favorite characters in a space made just for them-free with your
membership.
</div>
</section>
<div class="seprate">
</div>
<div class="fgue">
Frequently Asked Questions
</div>
<div class="question">
<div class="newquestion">
What is Netflix?
</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="44" height="44" color="#000000" fill="white">
<path d="M12 4V20M20 12H4" stroke="#FFFFFF" stroke-width="1.5" stroke-linecap="round"
stroke-linejoin="round" />
</svg>
</div>
<div class="newseprate">
</div>
<div class="question">
<div class="newquestion">
How much does Netflix cost?
</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="44" height="44" color="#000000" fill="white">
<path d="M12 4V20M20 12H4" stroke="#FFFFFF" stroke-width="1.5" stroke-linecap="round"
stroke-linejoin="round" />
</svg>
</div>
<div class="newseprate">
</div>
<div class="question">
<div class="newquestion">
What can I watch on Netflix?
</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="44" height="44" color="#000000" fill="white">
<path d="M12 4V20M20 12H4" stroke="#FFFFFF" stroke-width="1.5" stroke-linecap="round"
stroke-linejoin="round" />
</svg>
</div>
<div class="newseprate">
</div>
<div class="question">
<div class="newquestion">
Where can I watch?
</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="44" height="44" color="#000000" fill="white">
<path d="M12 4V20M20 12H4" stroke="#FFFFFF" stroke-width="1.5" stroke-linecap="round"
stroke-linejoin="round" />
</svg>
</div>
<div class="newseprate">
</div>
<div class="question">
<div class="newquestion">
How do I Cancle?
</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="44" height="44" color="#000000" fill="white">
<path d="M12 4V20M20 12H4" stroke="#FFFFFF" stroke-width="1.5" stroke-linecap="round"
stroke-linejoin="round" />
</svg>
</div>
<div class="newseprate">
</div>
<div class="question lastquestion">
<div class="newquestion">
What can I watch on Netflix?
</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="44" height="44" color="#000000" fill="white">
<path d="M12 4V20M20 12H4" stroke="#FFFFFF" stroke-width="1.5" stroke-linecap="round"
stroke-linejoin="round" />
</svg>
</div>
<div class="seprate">
</div>
</body>
</html>