-
Notifications
You must be signed in to change notification settings - Fork 15
/
index.html
32 lines (30 loc) · 1.67 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, maximum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="author" content="Julius Guevarra">
<meta name="keywords" content="movx, movie-browser, react-movie-app, react-tmdb, tmdb-react, react-movie-browser">
<meta name="description" content="Browse for your favorite movies, tv, or people.">
<meta name="thumbnail" content="https://movx.vercel.app/static/thumb.jpg">
<!--OG GRAPH-->
<meta property="fb:app_id" content="2315713411976063">
<meta property="og:locale" content="en_US">
<meta property="og:site_name" content="MOVX | Movie Browser"><meta property="og:type" content="website">
<meta property="og:url" content="https://movx.vercel.app/">
<meta property="og:title" content="MOVX | Movie Browser">
<meta property="og:description" content="MOVX - Browse for your favorite movie, tv show and actors.">
<meta property="og:image" content="https://movx.vercel.app/static/thumb.jpg">
<meta property="og:image:width" content="400" />
<meta property="og:image:height" content="250" />
<title>MOVX | Browse for your favorite movies</title>
<link rel="icon" type="image/png" href="/static/favicon.png"/>
<link rel="preload" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/css/all.min.css" id="app-fontawesome" onload="this.rel = 'stylesheet'">
<link rel="icon" type="image/png" href="/static/favicon.png"/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>