-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (44 loc) · 1.76 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
<!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>Ranjan's Flix</title>
<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 property="og:url" content="https://ranjanworks.github.io/flix" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Ranjan's Flix" />
<meta
property="og:description"
content="Free Movie Downloads | Download Movies Online | Movie Downloader"
/>
<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="Ranjan's Flix" />
<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"
/>
</head>
<body class="dark">
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>