-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIPTV Stream Player is free & best online iptv player for firesticks.html
More file actions
656 lines (564 loc) · 30.8 KB
/
IPTV Stream Player is free & best online iptv player for firesticks.html
File metadata and controls
656 lines (564 loc) · 30.8 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
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
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>IPTV Stream Player is free & best online iptv player for firesticks</title>
<meta name="description" content="IPTV Stream Player is free & best online iptv player for firesticks, We provide custom iptv apps, IPTV App Development Services, rebrand iptv app, smart tv app">
<meta name="keywords" content="iptv,iptv smarters pro,iptv stream player,smart iptv,stream player,iptv smarters,iptv app download,iptv player,isp,online iptv player,iptv box,best iptv for firestick,iptv downloader codes,iptv expert">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GG107X8YQ5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-GG107X8YQ5');
</script>
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!--digitalseva.ar@gmail.com-->
<!--<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8813438494964209" crossorigin="anonymous"></script>-->
<!--<meta name="google-adsense-account" content="ca-pub-8813438494964209">-->
<!--najmakhatun9264@gmail.com-->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6347722485748835" crossorigin="anonymous"></script>
<meta name="google-adsense-account" content="ca-pub-6347722485748835">
<!--iptvarplayer01@gmail.com-->
<!--<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8356793167649070" crossorigin="anonymous"></script>-->
<!--<meta name="google-adsense-account" content="ca-pub-8356793167649070">-->
<!--GOOGLE ADX CDDE-->
</head>
<body>
<!-- ======= Top Bar ======= -->
<section id="topbar" class="d-flex align-items-center">
<div class="container d-flex justify-content-center justify-content-md-between">
<div class="contact-info d-flex align-items-center">
<i class="bi bi-envelope d-flex align-items-center"><a
href="mailto:iptvstreamplayer@gmail.com">iptvstreamplayer@gmail.com</a></i>
<i class="bi bi-chat d-flex align-items-center ms-4"><a style="color:white" target="_blank "
href="https://telegram.me/iptvstreamplayer1">Telegram</a></i>
</div>
<div class="cta d-none d-md-flex align-items-center">
<a href="#" onclick="OpenDirectApkDownload()" class="scrollto">Download IPTV Stream Player App Now</a>
</div>
</div>
</section>
<!-- ======= Header ======= -->
<header id="header" class="d-flex align-items-center">
<div class="container d-flex align-items-center justify-content-between">
<div class="logo">
<a href="index.html"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>
</div>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto active" href="#hero">Home</a></li>
<li><a class="nav-link scrollto " href="#why-us">Downloads</a></li>
<li><a class="nav-link scrollto" href="#about">Products</a></li>
<li><a class="nav-link scrollto" href="#services">Services</a></li>
<li><a class="nav-link scrollto" href="#howitworks">How it Works</a></li>
<li><a class="nav-link scrollto" href="#pricing">Pricing</a></li>
<li><a class="nav-link scrollto" href="theme.html">Themes</a></li>
<li><a href="https://iptvstreamplayer.blogspot.com/" target="_blank">Blog</a></li>
<li><a class="nav-link scrollto" href="contactus.html">Contact</a></li>
<li><a class="nav-link scrollto" href="aboutus.html">About</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<!-- /23007182559/yom_app_ad -->
<!--<div id='div-gpt-ad-1716633374714-0' style='min-width: 88px; min-height: 20px;'>-->
<!-- <script>-->
<!-- googletag.cmd.push(function() { googletag.display('div-gpt-ad-1716633374714-0'); });-->
<!-- </script>-->
<!--</div>-->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex flex-column justify-content-center align-items-center">
<div class="container" data-aos="fade-in">
<h1>We provide software solutions for your Business!</h1>
<h2>We are team of talented developers & designers making apps & websites</h2>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= Why Us Section ======= -->
<section id="why-us" class="why-us">
<div class="container">
<div class="row">
<div class="col-xl-4 col-lg-5" data-aos="fade-up">
<div class="content">
<h3>Why Choose IPTV Stream Player for your OTT Business</h3>
<p>
IPTV Stream Player is a leading global software company.
Develops, markets, and supports OTT App, Middleware software, Applications software, Design &
Develops Websites,
We have IPTV Stream Player app for cross-platform.
</p>
</div>
</div>
<div class="col-xl-8 col-lg-7 d-flex">
<div class="icon-boxes d-flex flex-column justify-content-center">
<div class="row">
<div class="col-xl-4 d-flex align-items-stretch" data-aos="fade-up" data-aos-delay="100">
<div class="icon-box mt-4 mt-xl-0">
<!-- <i class="bx bx-receipt"></i> -->
<img src="assets/img/android.png" alt="" class="img-fluid" style="height: 50px;">
<h4>Android App</h4>
<a href="#" onclick="OpenDirectApkDownload()" class="btn-download"><span>Download Now</span></a>
</div>
</div>
<div class="col-xl-4 d-flex align-items-stretch" data-aos="fade-up" data-aos-delay="200">
<div class="icon-box mt-4 mt-xl-0">
<!-- <i class="bx bx-cube-alt"></i> -->
<img src="assets/img/windows.png" alt="" class="img-fluid" style="height: 50px;">
<h4>Windows App</h4>
<a href="#" onclick="OpenDirectWindowsDownload()" class="btn-download"><span>Download Now</span></a>
</div>
</div>
<div class="col-xl-4 d-flex align-items-stretch" data-aos="fade-up" data-aos-delay="300">
<div class="icon-box mt-4 mt-xl-0">
<!-- <i class="bx bx-images"></i> -->
<img src="assets/img/mac.png" alt="" class="img-fluid" style="height: 50px;">
<h4>Mac OS App</h4>
<a href="#" onclick="OpenDirectMacDownload()" class="btn-download"><span>Download Now</span></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Why Us Section -->
<!-- ======= About Section ======= -->
<section id="about" class="about section-bg">
<div class="container">
<div class="row">
<div class="col-xl-5 col-lg-6 " data-aos="fade-right">
<img src="assets/img/isp.png" alt="" class="img-fluid">
</div>
<div
class="col-xl-7 col-lg-6 icon-boxes d-flex flex-column align-items-stretch justify-content-center py-5 px-lg-5">
<h4 data-aos="fade-up">About us</h4>
<h3 data-aos="fade-up">IPTV Stream Player</h3>
<p data-aos="fade-up">IPTV Stream Player is a leading global software company. Develops, markets, and
supports OTT App, Middleware software, Applications software, Design & Develops Websites, We have IPTV
Stream Player app for cross-platform.</p>
<div class="icon-box" data-aos="fade-up">
<div class="icon"><i class="bx bx-category"></i></div>
<h4 class="title">Live TV, Movies and Series Streaming</h4>
</div>
<div class="icon-box" data-aos="fade-up" data-aos-delay="100">
<div class="icon"><i class="bx bx-category"></i></div>
<h4 class="title">Native Player Supported</h4>
</div>
<div class="icon-box" data-aos="fade-up" data-aos-delay="200">
<div class="icon"><i class="bx bx-atom"></i></div>
<h4 class="title">Multi-DNS Supported</h4>
</div>
<div class="icon-box" data-aos="fade-up" data-aos-delay="200">
<div class="icon"><i class="bx bx-category"></i></div>
<h4 class="title">EPG Supported</h4>
</div>
<div class="icon-box" data-aos="fade-up" data-aos-delay="200">
<div class="icon"><i class="bx bx-category"></i></div>
<h4 class="title">Parental Control Supported</h4>
</div>
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= Clients Section ======= -->
<section id="clients" class="clients">
<div class="container" data-aos="fade-up">
<div class="clients-slider swiper">
<div class="swiper-wrapper align-items-center">
<div class="swiper-slide"><img src="assets/img/Dashboard.png" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/entry.png" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/Login.png" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/parentalcontrol.png" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/Language.png" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/players.png" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/SpeedTest.png" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/Settings.png" class="img-fluid" alt=""></div>
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</section><!-- End Clients Section -->
<!-- ======= Services Section ======= -->
<section id="services" class="services section-bg">
<div class="container">
<div class="section-title" data-aos="fade-up">
<h2>SERVICES</h2>
<p>We provide best IT Solutions for your business. We develop OTT App, Middleware software, Application
software, Design & Develop Websites.</p>
</div>
<div class="row">
<div class="col-lg-4 col-md-6" data-aos="fade-up">
<div class="icon-box">
<div class="icon"><i class="bi bi-briefcase"></i></div>
<h4 class="title"><a href="">Custom OTT APPS</a></h4>
<p class="description">We are offering custom OTT App for any platform like Android, iOS, Windows, Mac OS
</p>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="100">
<div class="icon-box">
<div class="icon"><i class="bi bi-card-checklist"></i></div>
<h4 class="title"><a href="">Application software</a></h4>
<p class="description">We are offering custom Android App, iOS app, Windows App, Mac OS App.</p>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="200">
<div class="icon-box">
<div class="icon"><i class="bi bi-bar-chart"></i></div>
<h4 class="title"><a href="">Websites</a></h4>
<p class="description">We are offering custom website for your business.</p>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="300">
<div class="icon-box">
<div class="icon"><i class="bi bi-binoculars"></i></div>
<h4 class="title"><a href="">OTT Websites</a></h4>
<p class="description">We are offering a pre-designed & ready made website for OTT Business that can be
very easy to edit according to your content and requirements.</p>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="400">
<div class="icon-box">
<div class="icon"><i class="bi bi-brightness-high"></i></div>
<h4 class="title"><a href="">Panel for XUI</a></h4>
<p class="description">XUI is a fully automated billing solution that
allows XUI owners or resellers to manage their users, services, orders, and billing automatically
</p>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="500">
<div class="icon-box">
<div class="icon"><i class="bi bi-calendar4-week"></i></div>
<h4 class="title"><a href="">Custom VPN Apps</a></h4>
<p class="description">We provide complete Solutions for VPN Business, including VPN Applications for
Android, iOS, Windows, and macOS Platforms.</p>
</div>
</div>
</div>
</div>
</section><!-- End Services Section -->
<!-- ======= How it works Section ======= -->
<section id="howitworks" class="portfolio">
<div class="container">
<div class="section-title">
<h2 data-aos="fade-up">HOW IT WORKS</h2>
</div>
<div class="row" data-aos="fade-up" data-aos-delay="100">
<div class="col-lg-12 d-flex justify-content-center">
<ul id="portfolio-flters">
<li data-filter=".filter-active" class="filter-active">Android</li>
<li data-filter=".filter-app">Windows</li>
<li data-filter=".filter-card">Mac OS</li>
<li data-filter=".filter-web">Firestick</li>
</ul>
</div>
</div>
<div class="row portfolio-container" data-aos="fade-up" data-aos-delay="200">
<div class="col-lg-12 col-md-6 portfolio-item filter-active">
<p>Step 1 : <a style=" font-weight:bolder; color:#243d98" href="#">Download</a>
our Android app IPTV Stream Player</p>
<p>Step 2 : Login to the application with your subscription details (Get details from your service provider)
</p>
<p>Note: We don’t provide or Sell any Subscriptions, Stream and Content. We are a Software Development
Company.</p>
</div>
<div class="col-lg-12 col-md-6 portfolio-item filter-app">
<p>Step 1 : <a style=" font-weight:bolder; color:#243d98" target="_blank"
onclick="OpenDirectWindowsDownload()" href="#">Download</a> our IPTVStreamPlayer.exe And
Install the Application</p>
<p>Step 2 : Login to the application with your subscription details (Get details from your
service provider)</p>
Note: We don’t provide or Sell any Subscriptions, Stream and Content. We are a Software
Development Company.
</div>
<div class="col-lg-12 col-md-6 portfolio-item filter-card">
<p>Step 1 : <a style=" font-weight:bolder; color:#243d98" target="_blank" onclick="OpenDirectMacDownload()"
href="#">Download</a> our IPTVStreamPlayer.app And
Install the Application</p>
<p>Step 2 : Login to the application with your subscription details (Get details from your
service provider)</p>
Note: We don’t provide or Sell any Subscriptions, Stream and Content. We are a Software
Development Company.
</div>
<div class="col-lg-12 col-md-6 portfolio-item filter-web">
<p>Step 1 : <a style=" font-weight:bolder; color:#243d98" target="_blank" onclick="OpenDirectApkDownload()"
href="#">Download</a> our IPTV Stream Player direct
apk</p>
<p>Step 2 : Download the downloader app on firestick</p>
<p>Step 3 : Go to settings of firestick >> My Fire TV >> Developer Options >> Install from
unknown apps >> Click Downloader to change the status to ON.</p>
<p>Step 4 : Open the downloader app and put the complete apk link (<b>https://bit.ly/ispofficial</b>) on
downloader and then install the app.</p>
<p>Step 5 : Login to the application with your subscription details (Get details from your
service provider)</p>
Note: We don’t provide or Sell any Subscriptions, Stream and Content. We are a Software
Development Company.
</div>
</div>
</div>
</section><!-- End How it works Section -->
<!-- <div style="align-items: center; display: flex; justify-content: center;">-->
<!-- /23007182559/yom_web_top_ad -->
<!-- <div id='div-gpt-ad-1705304127471-0' style='min-width: 88px; min-height: 20px;'>-->
<!-- <script>-->
<!-- googletag.cmd.push(function() { googletag.display('div-gpt-ad-1705304127471-0'); });-->
<!-- </script>-->
<!-- </div>-->
<!--</div>-->
<!-- ======= Pricing Section ======= -->
<section id="pricing" class="pricing section-bg">
<div class="container">
<div class="section-title">
<h2 data-aos="fade-up">TERMS & CONDITIONS</h2>
</div>
<div class="row" style="justify-content: center;">
<div class="col-lg-6 col-md-6" data-aos="fade-up">
<div class="box">
<h3>LICENSE AGREEMENT</h3>
<li>YOU HEREBY AGREE TO TERMS HERE OTHERWISE DO NOT USE THE APP.</li>
<li>IPTV Stream Player is free & best online iptv player for firesticks.</li>
<li>We do not provide any actual playlists or contents or URL in application.</li>
<li>This application is designed to use with the user’s own or created playlist with legal contents.</li>
<li>You are responsible to check your created playlists/contents are legal and you have full rights to use and/or record contents.</li>
<li>We are not responsible for misuse of copyright or third party contents using our software and please check your contents are legal.</li>
<li>By using our application means you accept the above terms and conditions</li>
</div>
</div>
<div class="col-lg-6 col-md-6" data-aos="fade-up" data-aos-delay="100">
<div class="box">
<h3>DISCLAIMER</h3>
<li>IPTV Stream Player does not provide any URL or content to the users.</li>
<li>IPTV Stream Player has no affiliation with any third-party provider what so ever.</li>
<li>Users must provide their own contents</li>
<li>We strictly do not endorse the streaming of copyright-protected material without permission of the copyright holder</li>
</div>
</div>
<!--<div class="col-lg-3 col-md-6 mt-4 mt-lg-0" data-aos="fade-up" data-aos-delay="200">-->
<!-- <div class="box featured">-->
<!-- <h3>ONE-TIME</h3>-->
<!-- <h4><sup>$</sup>499<span></span></h4>-->
<!-- <ul>-->
<!-- <li>EPG</li>-->
<!-- <li>Parental Control</li>-->
<!-- <li>Multi-DNS</li>-->
<!-- <li>Chrome Casting</li>-->
<!-- <li>Built-in Speed Test</li>-->
<!-- <li>Master Search</li>-->
<!-- <li>Settings</li>-->
<!-- </ul>-->
<!-- <div class="btn-wrap">-->
<!-- <a href="#" class="btn-buy">Buy Now</a>-->
<!-- </div>-->
<!-- </div>-->
<!--</div>-->
</div>
</div>
</section><!-- End Pricing Section -->
<!--<div style="align-items: center; display: flex; justify-content: center;">-->
<!-- /23007182559/website_top_ad1 -->
<!-- <div id='div-gpt-ad-1705133813008-0' style='min-width: 88px; min-height: 20px;'>-->
<!-- <script>-->
<!-- googletag.cmd.push(function() { googletag.display('div-gpt-ad-1705133813008-0'); });-->
<!-- </script>-->
<!-- </div>-->
<!--</div>-->
<!-- ======= Testimonials Section ======= -->
<section id="testimonials" class="testimonials">
<div class="container position-relative" data-aos="fade-up">
<div class="testimonials-slider swiper" data-aos="fade-up" data-aos-delay="100">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/user.png" class="testimonial-img" alt="">
<h3>Saul Goodman</h3>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Simply the best iptv player app out there, super slick and the developer has really built it
intuitively thinking about the end user in mind. Everything in the app just works like a charm.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/user.png" class="testimonial-img" alt="">
<h3>Sara Wilsson</h3>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
The developer has an eye for detail and knows how to write a simple but powerful user interface. Easy
to use and works great. Channels load up faster than others I've used, no issues with my antenna
channels mixed with IPTV.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/user.png" class="testimonial-img" alt="">
<h3>Jena Karlis</h3>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Easily the best option out there for IPTV player solutions. Such a slick interface and constant
improvements
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/user.png" class="testimonial-img" alt="">
<h3>Matt Brandon</h3>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
The best IPTV app, period. Love the simple, clean, yet efficient UI. You can easily have multiple subs
and it's well organized.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/user.png" class="testimonial-img" alt="">
<h3>John Larson</h3>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
This app has been amazing. I have been testing it for a couple weeks now. This is miles ahead of what
your cable box guide was and much more responsive too. After having tried most of the popular IPTV
players out there, I have to say that this is by far the most elegant looking, feature rich and stable
IPTV player.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div><!-- End testimonial item -->
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</section><!-- End Testimonials Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-contact">
<h3>IPTV Stream Player</h3>
<p>A-786, Sector 17 Punjab INDIA 160017 <br><br>
<strong>Phone:</strong> +91 0000000000<br>
<strong>Email:</strong> iptvstreamplayer@gmail.com<br>
</p>
</div>
<div class="col-lg-2 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="index.html">Home</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="aboutus.html">About us</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#services">Services</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="theme.html">Themses</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="privacypolicy.html">Privacy policy</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Our Services</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="#">Web Design</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Web Development</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">OTT Websites</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">OTT Apps</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="contact.html">Contact Us</a></li>
</ul>
</div>
<div class="col-lg-4 col-md-6 footer-newsletter">
<!-- /23007182559/yom_web_top_ad -->
<!--<div id='div-gpt-ad-1705304221070-0' style='min-width: 88px; min-height: 20px;'>-->
<!-- <script>-->
<!-- googletag.cmd.push(function() { googletag.display('div-gpt-ad-1705304221070-0'); });-->
<!-- </script>-->
<!--</div>-->
</div>
</div>
</div>
</div>
<div class="container d-lg-flex py-4">
<div class="me-lg-auto text-center text-lg-start">
<div class="copyright">
© Copyright <strong><span>IPTV Stream Player</span></strong>. All Rights Reserved
</div>
</div>
<!--<div class="social-links text-center text-lg-right pt-3 pt-lg-0">-->
<!-- <a href="#" class="twitter"><i class="bx bxl-twitter"></i></a>-->
<!-- <a href="#" class="facebook"><i class="bx bxl-facebook"></i></a>-->
<!-- <a href="#" class="instagram"><i class="bx bxl-instagram"></i></a>-->
<!-- <a href="#" class="google-plus"><i class="bx bxl-skype"></i></a>-->
<!-- <a href="#" class="linkedin"><i class="bx bxl-linkedin"></i></a>-->
<!--</div>-->
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<script type="text/javascript ">
function OpenPlayStore() {
//window.location.href = "https://play.app.goo.gl/?link=https://play.google.com/store/apps/details?id=com.iptvstreamplayer.IPTVSTREAMPLAYER";
}
function OpenDirectApkDownload() {
window.location.href = "https://bit.ly/ispofficial";
//window.location.href = "fb_app-ads.txt ";
}
function OpenDirectWindowsDownload() {
window.location.href = "https://drive.google.com/file/d/1L4s1vncyy9uVKJLKiX2Ft9iA2yL7X3DP/view?usp=sharing";
//window.location.href = "fb_app-ads.txt ";
}
function OpenDirectMacDownload() {
// window.location.href = "https://drive.google.com/file/d/19D1LtOj241WgLuQ9ySRhGXyk-c8d-UoD/view?usp=sharing";
//window.location.href = "fb_app-ads.txt ";
}
function openCity(evt, cityName) {
var i, tabcontent, tablinks;
tabcontent = document.getElementsByClassName("tabcontent");
for (i = 0; i < tabcontent.length; i++) {
tabcontent[i].style.display = "none";
}
tablinks = document.getElementsByClassName("tablinks");
for (i = 0; i < tablinks.length; i++) {
tablinks[i].className = tablinks[i].className.replace(" active", "");
}
document.getElementById(cityName).style.display = "block";
evt.currentTarget.className += " active";
}
document.getElementById("bdIndex").onload = function() {
openCity(event, 'Android');
};
$(document).ready(function() {
$('#global-modal').modal('show');
});
</script>
</body>
</html>