one-penal / index.html
OneIPTV's picture
Add 3 files
d7bcb19 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Best IPTV Subscription – Instant Access & 24-Hour Trial | OneIPTV</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: '#3B82F6',
secondary: '#8B5CF6',
dark: '#1F2937',
light: '#F9FAFB',
}
}
}
}
</script>
<style>
.hero-image {
background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://chatgpt.com/s/m_68225cb3404c8191bf91403f0ec4f7aa');
background-size: cover;
background-position: center;
height: 80vh;
}
.pricing-card {
transition: all 0.3s ease;
}
.pricing-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.active-device {
background-color: #3B82F6;
color: white;
}
.accordion-content {
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease;
}
.accordion-content.active {
max-height: 300px;
}
.whatsapp-float {
position: fixed;
width: 60px;
height: 60px;
bottom: 40px;
right: 40px;
background-color: #25D366;
color: #FFF;
border-radius: 50px;
text-align: center;
font-size: 30px;
box-shadow: 2px 2px 3px #999;
z-index: 100;
display: flex;
align-items: center;
justify-content: center;
}
</style>
</head>
<body class="font-sans bg-gray-50">
<!-- WhatsApp Floating Button -->
<a href="https://wa.me/+212654578665" class="whatsapp-float" target="_blank">
<i class="fab fa-whatsapp"></i>
</a>
<!-- Navigation -->
<nav class="bg-white shadow-lg sticky top-0 z-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-16">
<div class="flex items-center">
<div class="flex-shrink-0 flex items-center">
<span class="text-primary font-bold text-2xl">OneIPTV</span>
</div>
</div>
<div class="hidden md:flex items-center space-x-8">
<a href="#" class="text-gray-900 hover:text-primary px-3 py-2 text-sm font-medium">Home</a>
<a href="#pricing" class="text-gray-900 hover:text-primary px-3 py-2 text-sm font-medium">Pricing</a>
<a href="#features" class="text-gray-900 hover:text-primary px-3 py-2 text-sm font-medium">Features</a>
<a href="#faq" class="text-gray-900 hover:text-primary px-3 py-2 text-sm font-medium">FAQ</a>
</div>
<div class="hidden md:flex items-center space-x-4">
<a href="#pricing" class="bg-primary hover:bg-blue-700 text-white px-4 py-2 rounded-md text-sm font-medium">View Prices</a>
<a href="#" class="bg-secondary hover:bg-purple-700 text-white px-4 py-2 rounded-md text-sm font-medium">36 Hours Trial</a>
</div>
<div class="md:hidden flex items-center">
<button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-700 hover:text-white hover:bg-primary focus:outline-none" aria-controls="mobile-menu" aria-expanded="false" id="mobile-menu-button">
<span class="sr-only">Open main menu</span>
<svg class="block h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" />
</svg>
</button>
</div>
</div>
</div>
<!-- Mobile menu -->
<div class="md:hidden hidden" id="mobile-menu">
<div class="px-2 pt-2 pb-3 space-y-1 sm:px-3 bg-white">
<a href="#" class="block px-3 py-2 rounded-md text-base font-medium text-gray-900 hover:text-white hover:bg-primary">Home</a>
<a href="#pricing" class="block px-3 py-2 rounded-md text-base font-medium text-gray-900 hover:text-white hover:bg-primary">Pricing</a>
<a href="#features" class="block px-3 py-2 rounded-md text-base font-medium text-gray-900 hover:text-white hover:bg-primary">Features</a>
<a href="#faq" class="block px-3 py-2 rounded-md text-base font-medium text-gray-900 hover:text-white hover:bg-primary">FAQ</a>
<div class="pt-2">
<a href="#pricing" class="block w-full text-center bg-primary text-white px-4 py-2 rounded-md text-base font-medium">View Prices</a>
</div>
<div class="pt-2">
<a href="#" class="block w-full text-center bg-secondary text-white px-4 py-2 rounded-md text-base font-medium">36 Hours Trial</a>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<div class="hero-image flex items-center justify-center">
<div class="text-center px-4 sm:px-6 lg:px-8">
<h1 class="text-4xl md:text-5xl lg:text-6xl font-bold text-white mb-4">Best IPTV Subscription – Instant Access & 24-Hour Trial</h1>
<p class="text-xl md:text-2xl text-gray-200 mb-8">Experience top-quality IPTV streaming with instant delivery and no buffering.</p>
<p class="text-lg text-gray-300 mb-8">Unlimited Entertainment, Anytime, Anywhere</p>
<div class="flex flex-col sm:flex-row justify-center gap-4">
<a href="#pricing" class="bg-primary hover:bg-blue-700 text-white font-bold py-3 px-6 rounded-lg text-lg">View Prices</a>
<a href="#" class="bg-secondary hover:bg-purple-700 text-white font-bold py-3 px-6 rounded-lg text-lg">36 Hours Trial</a>
</div>
</div>
</div>
<!-- Pricing Section -->
<section id="pricing" class="py-16 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-12">
<h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">Flexible Subscription Options for OneIPTV 2025</h2>
<p class="mt-3 max-w-2xl mx-auto text-xl text-gray-500 sm:mt-4">No hidden fees. Choose the plan that suits your needs and enjoy IPTV service today!</p>
</div>
<!-- Device Selection -->
<div class="flex flex-wrap justify-center gap-2 mb-12">
<button class="device-btn active-device px-6 py-3 rounded-lg font-medium" data-device="1">1 Connection</button>
<button class="device-btn bg-gray-200 hover:bg-gray-300 px-6 py-3 rounded-lg font-medium" data-device="2">2 Connections</button>
<button class="device-btn bg-gray-200 hover:bg-gray-300 px-6 py-3 rounded-lg font-medium" data-device="3">3 Connections</button>
<button class="device-btn bg-gray-200 hover:bg-gray-300 px-6 py-3 rounded-lg font-medium" data-device="4">4 Connections</button>
</div>
<!-- Pricing Cards -->
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
<!-- 1 Month -->
<div class="pricing-card bg-white rounded-lg shadow-lg overflow-hidden border border-gray-200">
<div class="px-6 py-8">
<div class="flex justify-between items-start">
<div>
<h3 class="text-2xl font-bold text-gray-900">1 Month</h3>
<p class="mt-1 text-gray-600">Basic Plan</p>
</div>
<span class="inline-flex items-center px-3 py-1 rounded-full text-sm font-medium bg-blue-100 text-blue-800">Popular</span>
</div>
<div class="mt-6">
<p class="text-4xl font-extrabold text-gray-900">
$<span class="price-1">5</span>
<span class="text-lg font-medium text-gray-500">/month</span>
</p>
</div>
<div class="mt-8">
<ul class="space-y-3">
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span class="text-gray-700">12,000+ Channels</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span class="text-gray-700">50,000+ VOD</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span class="text-gray-700">24/7 Support</span>
</li>
</ul>
</div>
</div>
<div class="px-6 pb-8">
<button class="w-full bg-primary hover:bg-blue-700 text-white font-bold py-3 px-4 rounded-lg transition duration-300">
Get Started
</button>
</div>
</div>
<!-- 3 Months -->
<div class="pricing-card bg-white rounded-lg shadow-lg overflow-hidden border border-gray-200">
<div class="px-6 py-8">
<div>
<h3 class="text-2xl font-bold text-gray-900">3 Months</h3>
<p class="mt-1 text-gray-600">Standard Plan</p>
</div>
<div class="mt-6">
<p class="text-4xl font-extrabold text-gray-900">
$<span class="price-3">10</span>
<span class="text-lg font-medium text-gray-500">/3 months</span>
</p>
<p class="mt-1 text-sm text-gray-500">Save 33%</p>
</div>
<div class="mt-8">
<ul class="space-y-3">
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span class="text-gray-700">12,000+ Channels</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span class="text-gray-700">50,000+ VOD</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span class="text-gray-700">24/7 Support</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span class="text-gray-700">Premium Channels</span>
</li>
</ul>
</div>
</div>
<div class="px-6 pb-8">
<button class="w-full bg-primary hover:bg-blue-700 text-white font-bold py-3 px-4 rounded-lg transition duration-300">
Get Started
</button>
</div>
</div>
<!-- 6 Months -->
<div class="pricing-card bg-white rounded-lg shadow-lg overflow-hidden border border-gray-200">
<div class="px-6 py-8">
<div>
<h3 class="text-2xl font-bold text-gray-900">6 Months</h3>
<p class="mt-1 text-gray-600">Premium Plan</p>
</div>
<div class="mt-6">
<p class="text-4xl font-extrabold text-gray-900">
$<span class="price-6">15</span>
<span class="text-lg font-medium text-gray-500">/6 months</span>
</p>
<p class="mt-1 text-sm text-gray-500">Save 50%</p>
</div>
<div class="mt-8">
<ul class="space-y-3">
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span class="text-gray-700">12,000+ Channels</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span class="text-gray-700">50,000+ VOD</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span class="text-gray-700">24/7 Support</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span class="text-gray-700">Premium Channels</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span class="text-gray-700">4K Content</span>
</li>
</ul>
</div>
</div>
<div class="px-6 pb-8">
<button class="w-full bg-primary hover:bg-blue-700 text-white font-bold py-3 px-4 rounded-lg transition duration-300">
Get Started
</button>
</div>
</div>
<!-- 12 Months -->
<div class="pricing-card bg-white rounded-lg shadow-lg overflow-hidden border border-gray-200">
<div class="px-6 py-8 bg-gray-50">
<div class="flex justify-between items-start">
<div>
<h3 class="text-2xl font-bold text-gray-900">12 Months</h3>
<p class="mt-1 text-gray-600">Best Value</p>
</div>
<span class="inline-flex items-center px-3 py-1 rounded-full text-sm font-medium bg-green-100 text-green-800">Best Deal</span>
</div>
<div class="mt-6">
<p class="text-4xl font-extrabold text-gray-900">
$<span class="price-12">25</span>
<span class="text-lg font-medium text-gray-500">/year</span>
</p>
<p class="mt-1 text-sm text-gray-500">Save 58% + 1 Month Free</p>
</div>
<div class="mt-8">
<ul class="space-y-3">
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span class="text-gray-700">12,000+ Channels</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span class="text-gray-700">50,000+ VOD</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span class="text-gray-700">24/7 Support</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span class="text-gray-700">Premium Channels</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span class="text-gray-700">4K Content</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span class="text-gray-700">EPG Guide</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span class="text-gray-700">Catch-up TV</span>
</li>
</ul>
</div>
</div>
<div class="px-6 pb-8 bg-gray-50">
<button class="w-full bg-secondary hover:bg-purple-700 text-white font-bold py-3 px-4 rounded-lg transition duration-300">
Get Started
</button>
</div>
</div>
</div>
<div class="mt-8 text-center text-gray-600">
<p>✅ No hidden fees – one-time payment per plan.</p>
</div>
</div>
</section>
<!-- Features Section -->
<section id="features" class="py-16 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-12">
<h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">Why Choose OneIPTV?</h2>
<p class="mt-3 max-w-2xl mx-auto text-xl text-gray-500 sm:mt-4">Premium IPTV service with unmatched quality and reliability</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<div class="bg-white p-6 rounded-lg shadow-md">
<div class="flex items-center mb-4">
<div class="bg-blue-100 p-3 rounded-full mr-4">
<i class="fas fa-tv text-blue-600 text-xl"></i>
</div>
<h3 class="text-xl font-bold text-gray-800">12,000+ Live Channels</h3>
</div>
<p class="text-gray-600">Access to international channels from USA, UK, Canada, Europe, Middle East, Asia and more with crystal clear HD quality.</p>
</div>
<div class="bg-white p-6 rounded-lg shadow-md">
<div class="flex items-center mb-4">
<div class="bg-purple-100 p-3 rounded-full mr-4">
<i class="fas fa-film text-purple-600 text-xl"></i>
</div>
<h3 class="text-xl font-bold text-gray-800">50,000+ VOD (Movies & Series)</h3>
</div>
<p class="text-gray-600">Massive library of movies and TV series including latest releases, classics, and exclusive content updated regularly.</p>
</div>
<div class="bg-white p-6 rounded-lg shadow-md">
<div class="flex items-center mb-4">
<div class="bg-green-100 p-3 rounded-full mr-4">
<i class="fas fa-mobile-alt text-green-600 text-xl"></i>
</div>
<h3 class="text-xl font-bold text-gray-800">Works on All Devices</h3>
</div>
<p class="text-gray-600">Compatible with Smart TVs, Android TV Boxes, Firestick, iOS, Android phones, MAG boxes, PC/Mac and more.</p>
</div>
<div class="bg-white p-6 rounded-lg shadow-md">
<div class="flex items-center mb-4">
<div class="bg-yellow-100 p-3 rounded-full mr-4">
<i class="fas fa-server text-yellow-600 text-xl"></i>
</div>
<h3 class="text-xl font-bold text-gray-800">99.9% Uptime</h3>
</div>
<p class="text-gray-600">Our powerful servers ensure minimal downtime and buffer-free streaming experience with 99.9% uptime guarantee.</p>
</div>
<div class="bg-white p-6 rounded-lg shadow-md">
<div class="flex items-center mb-4">
<div class="bg-red-100 p-3 rounded-full mr-4">
<i class="fas fa-headset text-red-600 text-xl"></i>
</div>
<h3 class="text-xl font-bold text-gray-800">24/7 Customer Support</h3>
</div>
<p class="text-gray-600">Our dedicated support team is available round the clock via WhatsApp, email and live chat to assist you with any issues.</p>
</div>
<div class="bg-white p-6 rounded-lg shadow-md">
<div class="flex items-center mb-4">
<div class="bg-indigo-100 p-3 rounded-full mr-4">
<i class="fas fa-bolt text-indigo-600 text-xl"></i>
</div>
<h3 class="text-xl font-bold text-gray-800">Instant Activation</h3>
</div>
<p class="text-gray-600">Your subscription is activated immediately after payment. No waiting time, start watching right away!</p>
</div>
</div>
</div>
</section>
<!-- FAQ Section -->
<section id="faq" class="py-16 bg-white">
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-12">
<h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">Frequently Asked Questions</h2>
<p class="mt-3 max-w-2xl mx-auto text-xl text-gray-500 sm:mt-4">Find answers to common questions about our IPTV service</p>
</div>
<div class="space-y-4">
<!-- FAQ Item 1 -->
<div class="border border-gray-200 rounded-lg overflow-hidden">
<button class="accordion-btn w-full flex justify-between items-center p-6 text-left bg-gray-50 hover:bg-gray-100">
<span class="text-lg font-medium text-gray-900">How to install IPTV?</span>
<i class="fas fa-chevron-down text-gray-500 transition-transform duration-300"></i>
</button>
<div class="accordion-content">
<div class="p-6 pt-0">
<p class="text-gray-600">Installation is simple and varies slightly depending on your device. We provide detailed setup guides for all supported devices after purchase. Generally, you'll need to:</p>
<ol class="list-decimal pl-5 mt-2 space-y-2 text-gray-600">
<li>Download an IPTV player app (like IPTV Smarters, Tivimate, or similar)</li>
<li>Enter your login credentials or load the M3U playlist we provide</li>
<li>Enjoy your channels!</li>
</ol>
<p class="mt-2 text-gray-600">Our support team can also guide you through the process if needed.</p>
</div>
</div>
</div>
<!-- FAQ Item 2 -->
<div class="border border-gray-200 rounded-lg overflow-hidden">
<button class="accordion-btn w-full flex justify-between items-center p-6 text-left bg-gray-50 hover:bg-gray-100">
<span class="text-lg font-medium text-gray-900">Is there a free trial?</span>
<i class="fas fa-chevron-down text-gray-500 transition-transform duration-300"></i>
</button>
<div class="accordion-content">
<div class="p-6 pt-0">
<p class="text-gray-600">Yes! We offer a 36-hour free trial so you can test our service before committing to a subscription. The trial gives you full access to all channels and features.</p>
<p class="mt-2 text-gray-600">To get your free trial, simply click the "36 Hours Trial" button at the top of the page and follow the instructions.</p>
</div>
</div>
</div>
<!-- FAQ Item 3 -->
<div class="border border-gray-200 rounded-lg overflow-hidden">
<button class="accordion-btn w-full flex justify-between items-center p-6 text-left bg-gray-50 hover:bg-gray-100">
<span class="text-lg font-medium text-gray-900">Can I use it on more than one device?</span>
<i class="fas fa-chevron-down text-gray-500 transition-transform duration-300"></i>
</button>
<div class="accordion-content">
<div class="p-6 pt-0">
<p class="text-gray-600">Yes, but the number of simultaneous connections depends on the plan you choose. We offer plans with 1, 2, 3 or 4 connections.</p>
<p class="mt-2 text-gray-600">For example, if you purchase a 2-connection plan, you can watch on two different devices at the same time. You can use the same account on multiple devices, but only the number of devices equal to your connection limit can stream simultaneously.</p>
</div>
</div>
</div>
<!-- FAQ Item 4 -->
<div class="border border-gray-200 rounded-lg overflow-hidden">
<button class="accordion-btn w-full flex justify-between items-center p-6 text-left bg-gray-50 hover:bg-gray-100">
<span class="text-lg font-medium text-gray-900">Which devices are supported?</span>
<i class="fas fa-chevron-down text-gray-500 transition-transform duration-300"></i>
</button>
<div class="accordion-content">
<div class="p-6 pt-0">
<p class="text-gray-600">Our service works with almost all devices including:</p>
<ul class="grid grid-cols-1 md:grid-cols-2 gap-2 mt-2 text-gray-600">
<li class="flex items-center"><i class="fas fa-check text-green-500 mr-2"></i> Smart TVs (Samsung, LG, etc.)</li>
<li class="flex items-center"><i class="fas fa-check text-green-500 mr-2"></i> Android TV Boxes</li>
<li class="flex items-center"><i class="fas fa-check text-green-500 mr-2"></i> Amazon Fire TV Stick</li>
<li class="flex items-center"><i class="fas fa-check text-green-500 mr-2"></i> MAG Boxes</li>
<li class="flex items-center"><i class="fas fa-check text-green-500 mr-2"></i> iOS Devices (iPhone, iPad)</li>
<li class="flex items-center"><i class="fas fa-check text-green-500 mr-2"></i> Android Phones/Tablets</li>
<li class="flex items-center"><i class="fas fa-check text-green-500 mr-2"></i> Windows/Mac Computers</li>
<li class="flex items-center"><i class="fas fa-check text-green-500 mr-2"></i> Kodi</li>
</ul>
</div>
</div>
</div>
<!-- FAQ Item 5 -->
<div class="border border-gray-200 rounded-lg overflow-hidden">
<button class="accordion-btn w-full flex justify-between items-center p-6 text-left bg-gray-50 hover:bg-gray-100">
<span class="text-lg font-medium text-gray-900">What payment methods do you accept?</span>
<i class="fas fa-chevron-down text-gray-500 transition-transform duration-300"></i>
</button>
<div class="accordion-content">
<div class="p-6 pt-0">
<p class="text-gray-600">We accept various secure payment methods including:</p>
<div class="flex flex-wrap gap-4 mt-4">
<div class="flex items-center bg-gray-100 px-4 py-2 rounded">
<i class="fab fa-cc-visa text-blue-800 text-2xl mr-2"></i>
<span class="text-gray-700">Visa</span>
</div>
<div class="flex items-center bg-gray-100 px-4 py-2 rounded">
<i class="fab fa-cc-mastercard text-red-600 text-2xl mr-2"></i>
<span class="text-gray-700">Mastercard</span>
</div>
<div class="flex items-center bg-gray-100 px-4 py-2 rounded">
<i class="fab fa-cc-paypal text-blue-500 text-2xl mr-2"></i>
<span class="text-gray-700">PayPal</span>
</div>
<div class="flex items-center bg-gray-100 px-4 py-2 rounded">
<i class="fab fa-bitcoin text-orange-500 text-2xl mr-2"></i>
<span class="text-gray-700">Bitcoin</span>
</div>
</div>
<p class="mt-4 text-gray-600">All payments are processed securely through our payment gateway partners. We do not store any payment information on our servers.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Trust Badges -->
<section class="py-12 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-2 md:grid-cols-4 lg:grid-cols-6 gap-8">
<div class="flex flex-col items-center">
<div class="bg-white p-4 rounded-full shadow-md mb-2">
<i class="fas fa-lock text-green-500 text-2xl"></i>
</div>
<span class="text-sm font-medium text-gray-700">Secure Payment</span>
</div>
<div class="flex flex-col items-center">
<div class="bg-white p-4 rounded-full shadow-md mb-2">
<i class="fas fa-bolt text-blue-500 text-2xl"></i>
</div>
<span class="text-sm font-medium text-gray-700">Fast Delivery</span>
</div>
<div class="flex flex-col items-center">
<div class="bg-white p-4 rounded-full shadow-md mb-2">
<i class="fas fa-headset text-purple-500 text-2xl"></i>
</div>
<span class="text-sm font-medium text-gray-700">24/7 Support</span>
</div>
<div class="flex flex-col items-center">
<div class="bg-white p-4 rounded-full shadow-md mb-2">
<i class="fas fa-mobile-alt text-yellow-500 text-2xl"></i>
</div>
<span class="text-sm font-medium text-gray-700">Mobile Friendly</span>
</div>
<div class="flex flex-col items-center">
<div class="bg-white p-4 rounded-full shadow-md mb-2">
<i class="fas fa-globe text-indigo-500 text-2xl"></i>
</div>
<span class="text-sm font-medium text-gray-700">Worldwide Access</span>
</div>
<div class="flex flex-col items-center">
<div class="bg-white p-4 rounded-full shadow-md mb-2">
<i class="fas fa-thumbs-up text-red-500 text-2xl"></i>
</div>
<span class="text-sm font-medium text-gray-700">99.9% Uptime</span>
</div>
</div>
</div>
</section>
<!-- Call to Action -->
<section class="py-16 bg-gradient-to-r from-primary to-secondary">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<h2 class="text-3xl font-extrabold text-white sm:text-4xl">Ready to Start Streaming?</h2>
<p class="mt-3 max-w-2xl mx-auto text-xl text-gray-100 sm:mt-4">Join thousands of satisfied customers enjoying premium IPTV service</p>
<div class="mt-8 flex flex-col sm:flex-row justify-center gap-4">
<a href="#pricing" class="bg-white hover:bg-gray-100 text-primary font-bold py-3 px-6 rounded-lg text-lg">View Pricing Plans</a>
<a href="#" class="bg-gray-900 hover:bg-black text-white font-bold py-3 px-6 rounded-lg text-lg">Get Free Trial</a>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 text-white py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
<div>
<h3 class="text-xl font-bold mb-4">OneIPTV</h3>
<p class="text-gray-400">Premium IPTV service provider offering the best quality streams with reliable servers and excellent customer support.</p>
</div>
<div>
<h4 class="text-lg font-semibold mb-4">Quick Links</h4>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white">Home</a></li>
<li><a href="#pricing" class="text-gray-400 hover:text-white">Pricing</a></li>
<li><a href="#features" class="text-gray-400 hover:text-white">Features</a></li>
<li><a href="#faq" class="text-gray-400 hover:text-white">FAQ</a></li>
</ul>
</div>
<div>
<h4 class="text-lg font-semibold mb-4">Support</h4>
<ul class="space-y-2">
<li><a href="https://wa.me/+212654578665" class="text-gray-400 hover:text-white">WhatsApp Support</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Setup Guides</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Terms of Service</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Privacy Policy</a></li>
</ul>
</div>
<div>
<h4 class="text-lg font-semibold mb-4">Contact Us</h4>
<ul class="space-y-2">
<li class="flex items-center">
<i class="fas fa-envelope mr-2 text-gray-400"></i>
<span class="text-gray-400">support@oneiptv.com</span>
</li>
<li class="flex items-center">
<i class="fab fa-whatsapp mr-2 text-gray-400"></i>
<a href="https://wa.me/+212654578665" class="text-gray-400 hover:text-white">+212 654 578 665</a>
</li>
</ul>
<div class="mt-4">
<h5 class="text-md font-medium mb-2">Payment Methods</h5>
<div class="flex space-x-2">
<i class="fab fa-cc-visa text-2xl text-gray-400"></i>
<i class="fab fa-cc-mastercard text-2xl text-gray-400"></i>
<i class="fab fa-cc-paypal text-2xl text-gray-400"></i>
<i class="fab fa-bitcoin text-2xl text-gray-400"></i>
</div>
</div>
</div>
</div>
<div class="border-t border-gray-800 mt-8 pt-8 text-center text-gray-400">
<p>© 2025 OneIPTV. All rights reserved.</p>
<p class="mt-2 text-sm">Disclaimer: OneIPTV is not responsible for any copyright infringements. Users are solely responsible for the media they access.</p>
</div>
</div>
</footer>
<script>
// Mobile menu toggle
document.getElementById('mobile-menu-button').addEventListener('click', function() {
const menu = document.getElementById('mobile-menu');
menu.classList.toggle('hidden');
});
// Device selection
const deviceButtons = document.querySelectorAll('.device-btn');
deviceButtons.forEach(button => {
button.addEventListener('click', function() {
// Remove active class from all buttons
deviceButtons.forEach(btn => btn.classList.remove('active-device'));
// Add active class to clicked button
this.classList.add('active-device');
// Update prices based on selected device
const device = this.dataset.device;
updatePrices(device);
});
});
function updatePrices(device) {
// Prices for different devices
const prices = {
'1': {
'1': 5,
'3': 10,
'6': 15,
'12': 25
},
'2': {
'1': 8,
'3': 15,
'6': 20,
'12': 35
},
'3': {
'1': 10,
'3': 18,
'6': 25,
'12': 45
},
'4': {
'1': 12,
'3': 20,
'6': 30,
'12': 50
}
};
// Update all price elements
document.querySelector('.price-1').textContent = prices[device]['1'];
document.querySelector('.price-3').textContent = prices[device]['3'];
document.querySelector('.price-6').textContent = prices[device]['6'];
document.querySelector('.price-12').textContent = prices[device]['12'];
}
// FAQ accordion
const accordionButtons = document.querySelectorAll('.accordion-btn');
accordionButtons.forEach(button => {
button.addEventListener('click', function() {
const content = this.nextElementSibling;
const icon = this.querySelector('i');
// Toggle content
content.classList.toggle('active');
// Rotate icon
if (content.classList.contains('active')) {
icon.style.transform = 'rotate(180deg)';
} else {
icon.style.transform = 'rotate(0deg)';
}
});
});
// Smooth scrolling for anchor links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
const targetId = this.getAttribute('href');
if (targetId === '#') return;
const targetElement = document.querySelector(targetId);
if (targetElement) {
targetElement.scrollIntoView({
behavior: 'smooth'
});
// Close mobile menu if open
const mobileMenu = document.getElementById('mobile-menu');
if (!mobileMenu.classList.contains('hidden')) {
mobileMenu.classList.add('hidden');
}
}
});
});
</script>
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=OneIPTV/one-penal" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>