-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
19 lines (19 loc) · 943 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:url" content="https://tequiniela.mx/" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Tequiniela" />
<meta property="og:description" content="Únete a la diversión y compite con otros aficionados del cine para ver quién tiene el ojo más agudo para seleccionar a los ganadores de los Oscars." />
<meta property="og:image" content="https://tequiniela.mx/og-tequiniela.png" />
<link href='https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap' rel='stylesheet'>
<title>Tequiniela 2025</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>