fix: remove Deepbrid references from index.html for accuracy
This commit is contained in:
parent
067c0a66f1
commit
6dfbd6c9c6
1 changed files with 4 additions and 15 deletions
19
dist/index.html
vendored
19
dist/index.html
vendored
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<title>Debrid Services Comparison - Compare Pricing & Hosts</title>
|
||||
<meta name="description"
|
||||
content="Compare pricing and supported hosts across AllDebrid, Real-Debrid, LinkSnappy, Premiumize, Debrid-Link, TorBox, Mega-Debrid & Deepbrid.">
|
||||
content="Compare pricing and supported hosts across AllDebrid, Real-Debrid, LinkSnappy, Premiumize, Debrid-Link, TorBox & Mega-Debrid.">
|
||||
<meta name="robots" content="index, follow">
|
||||
<meta name="author" content="Fynks">
|
||||
<meta name="google-site-verification" content="nlH9UKmiZsYOuMXXnRc9pKL-AW5rECWikqcUqzri-yQ">
|
||||
|
|
@ -282,11 +282,7 @@
|
|||
<span class="service-name">Debrid-Link</span>
|
||||
<span class="referral-badge">Referral Link</span>
|
||||
</a>
|
||||
<a href="https://www.deepbrid.com/aff/go/upward1971" class="referral-card"
|
||||
target="_blank" rel="noopener noreferrer sponsored">
|
||||
<span class="service-name">Deepbrid</span>
|
||||
<span class="referral-badge">Referral Link</span>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -547,14 +543,7 @@
|
|||
</div>
|
||||
<p>Check supported file hosts</p>
|
||||
</a>
|
||||
<a href="https://www.deepbrid.com/status" class="status-card" target="_blank"
|
||||
rel="noopener noreferrer">
|
||||
<div class="status-header">
|
||||
<span class="service-name">Deepbrid</span>
|
||||
<span class="service-status-indicator online" aria-label="Online"></span>
|
||||
</div>
|
||||
<p>Check supported file hosts</p>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="alert alert-info" role="alert">
|
||||
|
|
@ -1089,7 +1078,7 @@
|
|||
|
||||
if (provider1Select && provider2Select) {
|
||||
// Populate select options (mock data)
|
||||
const services = ['AllDebrid', 'Real-Debrid', 'TorBox', 'Premiumize', 'LinkSnappy', 'Debrid-Link', 'Mega-Debrid', 'Deepbrid'];
|
||||
const services = ['AllDebrid', 'Real-Debrid', 'TorBox', 'Premiumize', 'LinkSnappy', 'Debrid-Link', 'Mega-Debrid'];
|
||||
|
||||
services.forEach(service => {
|
||||
const option1 = new Option(service, service.toLowerCase());
|
||||
|
|
|
|||
Loading…
Reference in a new issue