-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (36 loc) · 2.06 KB
/
Copy pathindex.html
File metadata and controls
41 lines (36 loc) · 2.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>CineFlix - Watch Movies & TV Shows Online</title>
<meta name="title" content="CineFlix - Watch Movies & TV Shows Online" />
<meta name="description" content="Watch unlimited movies and TV shows on CineFlix. Stream your favorite content anytime, anywhere. Discover trending movies, popular series, and more." />
<meta name="keywords" content="movies, tv shows, streaming, watch online, entertainment, netflix alternative" />
<meta name="author" content="CineFlix" />
<meta name="robots" content="index, follow" />
<meta name="language" content="English" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://cineflix.vercel.app/" />
<meta property="og:title" content="CineFlix - Watch Movies & TV Shows Online" />
<meta property="og:description" content="Watch unlimited movies and TV shows on CineFlix. Stream your favorite content anytime, anywhere." />
<meta property="og:image" content="https://cineflix.vercel.app/og-image.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://cineflix.vercel.app/" />
<meta property="twitter:title" content="CineFlix - Watch Movies & TV Shows Online" />
<meta property="twitter:description" content="Watch unlimited movies and TV shows on CineFlix. Stream your favorite content anytime, anywhere." />
<meta property="twitter:image" content="https://cineflix.vercel.app/og-image.png" />
<!-- Canonical URL -->
<link rel="canonical" href="https://cineflix.vercel.app/" />
<!-- Theme Color -->
<meta name="theme-color" content="#000000" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>