-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (53 loc) · 2.38 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>RanjanFlix</title>
<meta
name="google-site-verification"
content="toV9WGmIutFujaPpMPLpL85lAnKT54eDgGPraEIpgNA"
/>
<meta
name="description"
content="Free Movie Downloads | Download Movies Online | Movie Downloader"
/>
<link
href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet"
/>
<meta
name="keywords"
content="RanjanFlix, online movie streaming, watch movies online, classic films, latest movies, blockbusters, movie genres, HD movie streaming, film library, movie streaming platform, movies for movie lovers, top movies, movie streaming service, films for enthusiasts, best movie platform, seamless movie experience, diverse film collection"
/>
<meta property="og:url" content="https://ranjanworks.github.io/flix" />
<meta property="og:type" content="website" />
<meta property="og:title" content="RanjanFlix" />
<meta
property="og:description"
content="Download Movies Online for Free | High-Quality Movie Downloads | Latest Blockbusters & Classic Films | Enjoy Seamless Movie Downloading Experience"
/>
<meta
property="og:image"
content="https://opengraph.b-cdn.net/production/images/7c6ce8aa-5046-4500-9570-38751586a02d.png?token=LhDNCahdnKHj6I98kQ892TIwOWIMiureEjWxkFXDpEE&height=630&width=1200&expires=33267305174"
/>
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="ranjanworks.github.io" />
<meta property="twitter:url" content="https://ranjanworks.github.io/flix" />
<meta name="twitter:title" content="RanjanFlix" />
<meta
name="twitter:description"
content="Free Movie Downloads | Download Movies Online | Movie Downloader"
/>
<meta
name="twitter:image"
content="https://opengraph.b-cdn.net/production/images/7c6ce8aa-5046-4500-9570-38751586a02d.png?token=LhDNCahdnKHj6I98kQ892TIwOWIMiureEjWxkFXDpEE&height=630&width=1200&expires=33267305174"
/>
<link rel="manifest" href="/manifest.json" />
</head>
<body class="dark bg-black">
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>