-
Notifications
You must be signed in to change notification settings - Fork 0
/
movies.html
437 lines (406 loc) · 22.7 KB
/
movies.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
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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Movies - Watch Bollywood & Hollywood Movies Online in HD only on ZEE5</title>
<link rel="stylesheet" href="footer.css">
<link rel="stylesheet" href="movies.css">
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/e96e307123.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css">
<style>
body{
background-color: #0F0617;
}
#upper{
width: 100%;
border: 0px white solid;
height: 79px;
}
#inner{
margin: 16px 40px 0px 40px;
height: 63px;
border: 0px rgb(117, 24, 24) solid;
display: flex;
justify-content: space-between;
gap: 9%;
text-align: center;
align-items: center;
}
#innerchild1,#innerchild2{
width: 50%;
border: 0px white solid;
gap: 10px;
}
#innerchild1, #innerchild2,#search{
display:flex;
justify-content: space-between;
align-items: center;
align-content: center;
}
#innerchild1>div,#login>div{
width: auto;
border: red 0px solid;
color: white;
text-align: center;
font-size: 15px;
}
#image1{
width: 46px;
height: 46px;
}
#innerchild2>div:nth-child(1){
width:50%;
box-sizing: border-box;
height: 38px;
border: #6b696d 1px solid;
border-radius: 5px;
justify-content: space-around;
}
#search>div{
border: 0px rgb(197, 75, 75) solid;
gap: 10px;
}
#searchMv{
background-color: #0F0617;
font-size: 12px;
width: 100%;
border: 1px rgb(104, 101, 101) solid;
font-weight: bold;
color: white;
border: #0F0617;
border-color: #0F0617;
}
#innerchild2>div:nth-child(2){
width:50%;
height:auto;
box-sizing: border-box;
border-radius: 5px;
display: flex;
justify-content: space-around;
align-items: center;
border: red 0px solid;
gap: 10px;
}
#login>div:hover{
border: red 0px solid;
cursor: pointer;
}
#loginbutton{
height: 33px;
width: 60px;
background-color: #0F0617;
border: white 1px solid;
border-radius: 5px;
color: white;
font-weight: bold;
font-size: 13px;
box-sizing: border-box;
align-items: center;
text-align: center;
}
#loginbutton:hover{
background-color: white;
color: black;
}
#pages{
text-decoration: none;
color: white;
}
.homehover:hover{
text-decoration: underline;
height: 25px;
}
#menu{
border: red 1px solid;
}
</style>
</head>
<body>
<!-- navbar -->
<div id="upper">
<div id="inner">
<div id="innerchild1">
<div>
<img id="image1" src="https://www.zee5.com/images/ZEE5_logo.svg?ver=2.51.26" alt="">
</div>
<div class="homehover"><a id="pages" href="index.html" >Home</a> </div>
<div class="homehover"><a id="pages" href="Tv-Shows.html" >TV Shows</a> </div>
<div class="homehover"><a id="pages" href="movies.html">Movies</a></div>
<div class="homehover"><a id="pages" href="Web-Series.html">Web Series</a></div>
<div class="homehover"><a id="pages" href="news.html">News</a></div>
<div class="hg">
<i class=' bi bi-grid-3x3-gap-fill' style='color: white;'>
<div id="submenu">
<ul>
<li ><a id="premium" href="Premium.html">Premium</a> </li>
<li>Music</li>
<li>Live TV</li>
<li>ZEEPLEX</li>
<li>Play</li>
<li>Articles</li>
<li>Learning</li>
<li>Kids</li>
<li>Vedio</li>
<li>Stories</li>
<li>Channels</li>
</ul>
</div>
</i>
</div>
</div>
<div id="innerchild2">
<div id="search">
<div id="se" onclick="searching()">
<i class="fa-solid fa-magnifying-glass" style="color: white;size: 50px;"></i>
<div id="submenu1"></div>
</div>
<div>
<input id="searchMv" type="text" value="" placeholder="Search for Movies, Shows, Channels etc." >
</div>
<div>
<span> <i id="grid" class='bi bi-mic' style='color: white'></i></span>
</div>
</div>
<div id="login">
<div>
<!-- <i class="fa fa-language" aria-hidden="true"></i> -->
<i class="bi bi-translate" style="padding: 10px;"></i>
</div>
<div>
<button id="loginbutton" onclick="movelogin()">LOGIN</button>
</div>
<div id="buyplan">
<button id="buyplan2" onclick="movetobuy()"><i class="fa-solid fa-crown" style="color: white; margin-right:7px;"></i>BUY PLAN</button>
</div>
<div id="menu">
<i class="fas fa-bars" style="font-size: 21px;">
<div id="submenu">
<ul>
<li ><a id="premium" href="index.html">Home</a> </li>
<li><a id="premium" href="buyplan.html">Buy Plan</a></li>
<li><a id="premium" href="aboutus.html">About Us</a> </li>
<li><a id="premium" href="helpcenter.html">Help Center</a></li>
</ul>
</div>
</i>
</div>
</div>
</div>
</div>
</div>
<!-- big row -->
<div id="carouselExampleIndicators" class="carousel slide" data-bs-ride="carousel">
<!-- <div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="2" aria-label="Slide 3"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="3" aria-label="Slide 4"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="4" aria-label="Slide 5"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="5" aria-label="Slide 6"></button>
</div> -->
<div class="carousel-inner">
<div class="carousel-item active ">
<!-- <img src="https://akamaividz2.zee5.com/image/upload/w_1013,h_405,c_scale,f_webp,q_auto:eco,dpr_2.0/resources/0-6-3392/cover/1170x658withlogobf19188576204334a83f71019b502160.jpg"
class="d-block w-100" alt="image1">
<h2>Bhagya Lakshmi</h2>
<div class="btn"><i class="fa-solid fa-play"></i> Watch</div> -->
<div id="yardiv">
<img id="image2" src="https://akamaividz2.zee5.com/image/upload/w_1013,h_405,c_scale,f_webp,q_auto:eco,dpr_2.0/resources/0-0-33204/cover/1170x658withlogo00747dd526ab49d98343f0ca57badc4c.jpg" alt="">
<h2 id="yar">Uri: The Surgical Strike</h2>
<div id="divInner">
<button id="play" onclick="move()"><i id="play2" class="fa-solid fa-play"style="margin-right:7px; " ></i>WATCH</button>
<button id="buyplan2"onclick="movetobuy()"><i class="fa-solid fa-crown" style="color: white; margin-right:7px;"></i>BUY PLAN</button>
</div>
</div>
</div>
<div class="carousel-item ">
<!-- <img src="https://akamaividz2.zee5.com/image/upload/w_1013,h_405,c_scale,f_webp,q_auto:eco,dpr_2.0/resources/0-6-366/cover/1170x658withlogoe7bebf9f19454de4bee6cbf7c7cb19d9.jpg"
class="d-block w-100" alt="image2">
<h2>Kundali Bhagya</h2>
<div class="btn"><i class="fa-solid fa-play"></i> Watch</div> -->
<div id="yardiv">
<img id="image2" src="https://akamaividz2.zee5.com/image/upload/w_1013,h_405,c_scale,f_webp,q_auto:eco,dpr_2.0/resources/0-0-1z562203/cover/1170x658withlogofd3100c808534a68b3a530a2589d152b.jpg" alt="">
<h2 id="yar">Antim: The Final Truth</h2>
<div id="divInner">
<button id="play" onclick="move()"><i id="play2" class="fa-solid fa-play"style="margin-right:7px; " ></i>WATCH</button>
<button id="buyplan2"onclick="movetobuy()"><i class="fa-solid fa-crown" style="color: white; margin-right:7px;"></i>BUY PLAN</button>
</div>
</div>
</div>
<div class="carousel-item ">
<!-- <img src="https://akamaividz2.zee5.com/image/upload/w_1013,h_405,c_scale,f_webp,q_auto:eco,dpr_2.0/resources/0-6-3121/cover/1170x658withlogod5bf09de89404007b7d1e66b84a9d6db.jpg"
class="d-block w-100" alt="image3">
<h2>Mithai</h2>
<div class="btn"><i class="fa-solid fa-play"></i> Watch</div> -->
<div id="yardiv">
<img id="image2" src="https://akamaividz2.zee5.com/image/upload/w_1013,h_405,c_scale,f_webp,q_auto:eco,dpr_2.0/resources/0-0-399328/cover/1170x658withlogod631cda3780b4f69b7812b672443c4cb.jpg" alt="">
<h2 id="yar">Radhe</h2>
<div id="divInner">
<button id="play" onclick="move()"><i id="play2" class="fa-solid fa-play"style="margin-right:7px; " ></i>WATCH</button>
<button id="buyplan2"onclick="movetobuy()"><i class="fa-solid fa-crown" style="color: white; margin-right:7px;"></i>BUY PLAN</button>
</div>
</div>
</div>
<div class="carousel-item">
<!-- <img src="https://akamaividz2.zee5.com/image/upload/w_1013,h_405,c_scale,f_webp,q_auto:eco,dpr_2.0/resources/0-6-3121/cover/1170x658withlogod5bf09de89404007b7d1e66b84a9d6db.jpg"
class="d-block w-100" alt="image3">
<h2>Mithai</h2>
<div class="btn"><i class="fa-solid fa-play"></i> Watch</div> -->
<div id="yardiv">
<img id="image2" src="https://akamaividz2.zee5.com/image/upload/w_1013,h_405,c_scale,f_webp,q_auto:eco,dpr_2.0/resources/0-0-1z544916/cover/1170x658withlogo68f7d11875894c2c88dee6da8a42ac8bbe8a0f6694444ee0a093a0448e376a6f.jpg" alt="">
<h2 id="yar">Bob Biswas</h2>
<div id="divInner">
<button id="play" onclick="move()"><i id="play2" class="fa-solid fa-play"style="margin-right:7px; " ></i>WATCH</button>
<button id="buyplan2"onclick="movetobuy()"><i class="fa-solid fa-crown" style="color: white; margin-right:7px;"></i>BUY PLAN</button>
</div>
</div>
</div>
<div class="carousel-item">
<!-- <img src="https://akamaividz2.zee5.com/image/upload/w_1013,h_405,c_scale,f_webp,q_auto:eco,dpr_2.0/resources/0-6-3121/cover/1170x658withlogod5bf09de89404007b7d1e66b84a9d6db.jpg"
class="d-block w-100" alt="image3">
<h2>Mithai</h2>
<div class="btn"><i class="fa-solid fa-play"></i> Watch</div> -->
<div id="yardiv">
<img id="image2" src="https://akamaividz2.zee5.com/image/upload/w_1013,h_405,c_scale,f_webp,q_auto:eco,dpr_2.0/resources/0-0-1z524512/cover/1170x658withlogo4437e97cb0dd4a648532382d29f785a2.jpg" alt="">
<h2 id="yar">Rani No. 786</h2>
<div id="divInner">
<button id="play" onclick="move()"><i id="play2" class="fa-solid fa-play"style="margin-right:7px; " ></i>WATCH</button>
<button id="buyplan2"onclick="movetobuy()"><i class="fa-solid fa-crown" style="color: white; margin-right:7px;"></i>BUY PLAN</button>
</div>
</div>
</div>
<div class="carousel-item">
<!-- <img src="https://akamaividz2.zee5.com/image/upload/w_1013,h_405,c_scale,f_webp,q_auto:eco,dpr_2.0/resources/0-6-3121/cover/1170x658withlogod5bf09de89404007b7d1e66b84a9d6db.jpg"
class="d-block w-100" alt="image3">
<h2>Mithai</h2>
<div class="btn"><i class="fa-solid fa-play"></i> Watch</div> -->
<div id="yardiv">
<img id="image2" src="https://akamaividz2.zee5.com/image/upload/w_1013,h_405,c_scale,f_webp,q_auto:eco,dpr_2.0/resources/0-0-73415/cover/thetashkentfiles1170x658pxl21d6af317305d4844ae06122d956088aeb22968de2b764ff09063917374b74d30.jpg" alt="">
<h2 id="yar">The Tashkent Files</h2>
<div id="divInner">
<button id="play" onclick="move()"><i id="play2" class="fa-solid fa-play"style="margin-right:7px; " ></i>WATCH</button>
<button id="buyplan2"onclick="movetobuy()"><i class="fa-solid fa-crown" style="color: white; margin-right:7px;"></i>BUY PLAN</button>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<!-- lower div -->
<div id="black">
<h4 class="zee">Only On ZEE5<span ><p class="zee1">More<i class="fa-solid fa-angle-right" style="color: #994ada;margin-left: 6px;"></i></p></span></h4>
<div class="row2"></div>
<!-- <h4>Zee Bangla Shows</h4> -->
<h4 class="zee">Premium Bollywood Blockbusters<span ><p class="zee1">More<i class="fa-solid fa-angle-right" style="color: #994ada;margin-left: 6px;"></i></p></span></h4>
<div class="row3"></div>
<!-- <h4>Popular Free Shows on ZEE5</h4> -->
<h4 class="zee">Hindi Dubbed Movies<span ><p class="zee1">More<i class="fa-solid fa-angle-right" style="color: #994ada;margin-left: 6px;"></i></p></span></h4>
<div class="row4"></div>
<h4 class="zee">500+ Free Movies<span ><p class="zee1">More<i class="fa-solid fa-angle-right" style="color: #994ada;margin-left: 6px;"></i></p></span></h4>
<div class="row5"></div>
<h4 class="zee">Latest & Trending<span ><p class="zee1">More<i class="fa-solid fa-angle-right" style="color: #994ada;margin-left: 6px;"></i></p></span></h4>
<div class="row6"></div>
<!-- <h4>Popular Free Shows on ZEE5</h4> -->
<!-- <h4 class="zee">Popular Free Shows on ZEE5<span ><p class="zee1">More<i class="fa-solid fa-angle-right" style="color: #994ada;margin-left: 6px;"></i></p></span></h4> -->
<!-- <div class="row7"></div> -->
</div>
<div style="width: 100%; height: 50px ; border: #994ada 0px solid;"></div>
<!-- footer -->
<footer>
<!-- About Us Page start -->
<!-- <div id="about_us">
<h1 id="heading">About Us</h1>
<p id="para1">At Zee5, the online video streaming Over The Top (OTT) platform, we truly believe that for entertainment to come alive, you need to feel it. That’s where Zee5 brings in the advantage of the language of your comfort! With 12 navigational and featured languages across original features, live TV, catch up TV, lifestyle shows, children's programmes, exclusive short series and acclaimed plays - it’s unlimited entertainment in the language that sounds like home. Zee5 offers an exhaustive array of content; with 90+ live TV channels and 1.25 lac+ hours of viewing across the languages of English, Hindi, Bengali, Malayalam, Tamil, Telugu, Kannada, Marathi, Oriya, Bhojpuri, Gujarati & Punjabi making it a complete video destination for OTT viewers. Our exhaustive selection of Bollywood and language movies make us the preferred destination for an avid cinema connoisseur.</p>
<p id="para2">We offer a comfortable and friendly user experience with highly evolved video streaming technology at amazing speed and crystal clear sounds. Language Navigation, Seamless Video playback, Smart Content Search & recommendation, option to choose video quality and much more create a video experience like no other. All you need is a compatible connected device. Tune into Zee5 now, in your language!</p>
<p id="para3">Zee5 can be accessed at<a id="Zee_five" href="https://www.zee5.com/" target="blank"> www.zee5.com </a>and application for downloading on mobile, tablet, laptop, desktop, etc. is available on the Google Play Store and Apple App Store. </p>
</div>
<hr> -->
<!-- About Us page End -->
<!-- Footer Page Start -->
<div class="cont1">
<div class="content1">
<p>Download Apps</p>
<div class="img1"> <img class="innimg" src="https://www.zee5.com/images/play_store.png?ver=2.51.26" alt=""></div>
<div class="img2"><img class="innimg" src="https://www.zee5.com/images/app_store.png?ver=2.51.26" alt=""></div>
</div>
<div class="content2">
<p>Contact With Us</p>
<a class="fa" href="https://www.facebook.com/ZEE5/" target="blank"> <button class="btn1 face"><i class="fa-brands fa-facebook-square"></i></button> </a>
<a class="fa" href="https://www.instagram.com/zee5/" target="blank"> <button class="btn1 insta"><i class="fa-brands fa-instagram"></i></button></a>
<a class="fa" href="https://twitter.com/zee5india" target="blank"> <button class="btn1 twitter"><i class="fa-brands fa-twitter"></i></button></a>
<a class="fa" href="https://www.youtube.com/channel/UCXOgAl4w-FQero1ERbGHpXQ" target="blank"> <button class="btn1 youtube"><i class="fa-brands fa-youtube"></i></button> </a>
</div>
</div>
<div class="cont2">
<p class="ahpt1"> <a id="about_us" href="aboutus.html">About Us</a> </p>
<p class="seprator">|</p>
<p class="ahpt2"><a id="help" href="helpcenter.html">Help Center</a> </p>
<p class="seprator">|</p>
<p class="ahpt2">Privacy Policy</p>
<p class="seprator">|</p>
<p class="ahpt2">Terms Of Use</p>
</div>
<div class="cont3">
<div class="box_info1">
<p class="p_head">Popular TV Shows</p>
<p class="p">Kumkum Bhagya</p>
<p class="p">Kundali Bhagya</p>
<p class="p">Bhagya Lakshmi</p>
<p class="p">Tujhse Hai Raabta</p>
<p class="p">Kyun Rishton Mein Katti Batti</p>
</div>
<div class="box_info2" >
<p class="p_head">Premium Movies</p>
<p class="p">Kya Meri Sonam Gupta Bewafa Hai?</p>
<p class="p">Helmet</p>
<p class="p">200 Halla Ho</p>
<p class="p">14 Phere</p>
<p class="p">Dail 100</p>
</div>
<div class="box_info3">
<p class="p_head">Popular LIVE TV Channels</p>
<p class="p">Aaj Tak</p>
<p class="p">Zee News</p>
<p class="p">Zee TV HD</p>
<p class="p">&TV HD</p>
<p class="p">Zee Marathi HD</p>
</div>
<div class="box_info4">
<p class="p_head">Popular Web Series</p>
<p class="p">Sunflower</p>
<p class="p">Jeet Ki Zid</p>
<p class="p">Bicchoo Ka Khel</p>
<p class="p">state Of Siege: 26/11</p>
<p class="p">Naxalbari</p>
</div>
<div class="box_info5">
<p class="p_head">Bollywood Top Celebrities</p>
<p class="p">Sunny Leone</p>
<p class="p">Disha Patani</p>
<p class="p">Deepika Padukone</p>
<p class="p">Salman Khan</p>
<p class="p">Nora Fatehi</p>
</div>
</div>
<div>
</div>
<p class="copy_right">Best viewed on Google Chrome 80+, Microsoft Edge 81+, Mozilla Firefox 75+, Safari 5.1.5+
Copyright © 2022 Zee Entertainment Enterprises Ltd. All rights reserved.</p>
</footer>
</body>
<script src="movies.js"></script>
</html>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>