-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (20 loc) · 1.08 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/assets/planetas.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Rick & Morty Cards elige las mejores cartas y vota por ellas para saber cual es la mejor! 🧑🔬" />
<meta property="og:image" content="https://i.pinimg.com/564x/12/f8/5f/12f85ff6f245bc51ffc0d5e0d7f88fa2.jpg" />
<meta property="og:description" content="Rick & Morty Cards, diviertete con las cartas de los personajes de la serie Rick & Morty 🧪" />
<meta itemprop="image" content="https://i.pinimg.com/564x/12/f8/5f/12f85ff6f245bc51ffc0d5e0d7f88fa2.jpg">
<meta itemprop="description" content="Rick & Morty Cards, diviertete con las cartas de los personajes de la serie Rick & Morty 🧪">
<title>Rick & Morty Cards</title>
</head>
<body>
<div id="root"></div>
<!-- [email protected] -->
<!-- [email protected] -->
<script type="module" src="/src/main.tsx"></script>
</body>
</html>