-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (32 loc) · 1.87 KB
/
Copy pathindex.html
File metadata and controls
35 lines (32 loc) · 1.87 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
<!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>Kyro - Watch Movies & TV Shows Free</title>
<meta name="title" content="Kyro - Watch Movies & TV Shows Free" />
<meta name="description" content="Stream the latest movies and TV shows in HD for free on Kyro. Explore our massive library of trending content with multiple fast servers." />
<meta name="keywords" content="movies, tv shows, free streaming, hd movies, watch movies online, kyro streaming, kyro movies" />
<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://kyro.app/" />
<meta property="og:title" content="Kyro - Watch Movies & TV Shows Free" />
<meta property="og:description" content="Stream the latest movies and TV shows in HD for free on Kyro. Explore our massive library of trending content with multiple fast servers." />
<meta property="og:image" content="/banner.jpg" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://kyro.app/" />
<meta property="twitter:title" content="Kyro - Watch Movies & TV Shows Free" />
<meta property="twitter:description" content="Stream the latest movies and TV shows in HD for free on Kyro. Explore our massive library of trending content with multiple fast servers." />
<meta property="twitter:image" content="/banner.jpg" />
<meta name="theme-color" content="#e50914" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>