-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (51 loc) · 1.95 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="shortcut icon" href="/logo.png" type="image/x-icon" />
<title>Netflyer - Free Movie, Series, Anime Streaming Platform</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="title"
content="Netflyer - Free Movie, Series, Anime Streaming Platform"
/>
<meta
name="description"
content="Netflyer is a free movie streaming platform. Watch your favorite movies, anime and TV shows online for free."
/>
<meta
name="keywords"
content="Netflyer, movie streaming, free movies, TV shows, watch movies online, watch TV shows online, Free Ainime, Watch Anime For Free"
/>
<meta name="robots" content="index, follow" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="language" content="English" />
<meta name="revisit-after" content="2 days" />
<meta name="author" content="ItzNesbro <Nesbeer As asnesbeer3@gmail.com>" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@ItzNesbro" />
<meta
name="twitter:title"
content="Netflyer - Free Movie Streaming Platform"
/>
<meta
name="twitter:description"
content="Netflyer is a free movie streaming platform. Watch your favorite movies and TV shows online for free."
/>
<meta name="twitter:image" content="/logo.png" />
<link
rel="stylesheet"
href="https://unpkg.com/vercel-toast/dist/vercel-toast.css"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>