-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (23 loc) · 1.12 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
<!DOCTYPE html>
<html lang="pt-BR">
<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="description" content="A website that shows random movies to watch">
<meta name="keyword" content="Movies, Movie, Watch Movie, What to Watch, Filmes, Filme, Assistir filme, O que assistir">
<meta name="author" content="vitoUwu">
<meta name="theme-color" content="#18181b">
<meta property="og:title" content="What To Watch?" />
<meta property="og:description" content="A website that shows random movies to watch" />
<meta property="og:url" content="https://whatowatch.vercel.app" />
<meta name="theme-color" content="#0ea5e9" data-react-helmet="true" />
<meta name="twitter:title" content="What To Watch?" />
<meta name="twitter:description" content="A website that shows random movies to watch." />
<title>What to Watch?</title>
</head>
<body class="bg-zinc-900 scroll-smooth">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>