-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
30 lines (28 loc) · 1.16 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
<!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" />
<meta name="google-site-verification" content="pspn1ZNJ5bn67S5yPr5NPdMXuaNToVmIltZFYtwOLSs" />
<title>Netflix Clone React.js</title>
<meta name="description" content="A comprehensive Netflix clone built with React.js, powered by TMDB API and Firebase. Explore a wide range of movies and enjoy a seamless streaming experience.">
<meta name="keywords" content="Netflix clone,Netflix clone React.js,React.js project,Netflicz,TMDB API, Firebase, movie streaming">
<meta name="robots" content="index, follow">
<link
rel="stylesheet"
type="text/css"
charset="UTF-8"
href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.min.css"
/>
<link
rel="stylesheet"
type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick-theme.min.css"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.jsx"></script>
</body>
</html>