-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (49 loc) · 2.41 KB
/
Copy pathindex.html
File metadata and controls
54 lines (49 loc) · 2.41 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>Nuvio | Community Plugins and Add-ons</title>
<meta name="description" content="Community Plugins and Add-ons for Nuvio. Discover provider plugins, explore scraper catalogs, and install quickly with one-click manifest copy." />
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
<meta name="author" content="Nuvio Community" />
<meta name="theme-color" content="#081018" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Nuvio Plugin Library" />
<meta property="og:title" content="Nuvio | Community Plugins and Add-ons" />
<meta property="og:description" content="Get the most out of Nuvio with plugins built by the community. Browse providers, compare scrapers, and copy manifest links instantly." />
<meta property="og:url" content="/" />
<meta property="og:image" content="/thumbnail.png" />
<meta property="og:image:alt" content="Nuvio Plugin Library" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Nuvio | Community Plugins and Add-ons" />
<meta name="twitter:description" content="Community-built plugins for Nuvio with provider and scraper previews plus one-click manifest copy." />
<meta name="twitter:image" content="/thumbnail.png" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Nuvio Plugin Library",
"description": "Community Plugins and Add-ons for Nuvio, with live provider and scraper discovery.",
"publisher": {
"@type": "Organization",
"name": "Nuvio"
},
"inLanguage": "en"
}
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-E3SG54G3HS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-E3SG54G3HS');
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>