-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (39 loc) · 1.42 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="keywords" content="movies, film, cinema, reviews, data" />
<meta
name="description"
content="Search for your favorite movies on My
Movie Website. Find movie data, reviews, and more.
"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Nguyen Tan Loi" />
<meta
name="google-site-verification"
content="hK3JJdHmwg66kSFjfMRsPmLwoSLnmOAY_cr5hgmVwug"
/>
<meta
property="og:title"
content="My Movie Website - Find Your Favorite Movies"
/>
<meta
property="og:description"
content="Search for your favorite movies on My Movie Website. Find movie data, reviews, and more."
/>
<meta property="og:image" content="https://flic.kr/p/2oB2cjz" />
<meta property="og:url" content="https://movie-front-six.vercel.app/" />
<link rel="canonical" href="https://api.themoviedb.org" />
<link rel="canonical" href="https://image.tmdb.org" />
<link rel="icon" type="image/svg+xml" href="/lgo.svg" sizes="any" />
<link rel="preconnect" href="https://api.themoviedb.org" />
<link rel="preconnect" href="https://image.tmdb.org" />
<title>My Movie Website - Find Your Favorite Movies</title>
</head>
<body>
<main id="root"></main>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>