-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
48 lines (43 loc) · 2.32 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./src/index.css">
<meta name="theme-color" content="#000000" />
<title>Kapool (Clon de kahoot)</title>
<link rel="preload" as="image" href="/logo.ico">
<!-- Google / Search Engine Tags -->
<meta itemprop="name" content="Kapool (Clon de kahoot) 👨💻">
<meta itemprop="description" content="Crea tu quiz y juega con tus amigos. 🧠">
<meta itemprop="image" content="https://kapool-react-frontend.vercel.app/banner.png">
<meta name="application-name" content="kapool-react-frontend.vercel.ap">
<!-- Facebook Meta Tags -->
<meta property="og:description" content="Crea tu quiz y juega con tus amigos. 🧠">
<meta property="og:title" content="Kapool (Clon de kahoot) 👨💻" />
<meta property="og:url" content="https://kapool-react-frontend.vercel.app/" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://kapool-react-frontend.vercel.app/banner.png" />
<meta property="og:image:alt" content="IMAGEN DE LOGO PARA MI KAPOOL" />
<!-- Twitter Meta Tags -->
<meta name="twitter:site" content="@Armando_Code" />
<meta name="twitter:creator" content="@Armando_Code" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:domain" content="kapool-react-frontend.vercel.app/" />
<meta name="twitter:title" content="Kapool (Clon de kahoot) 👨💻" />
<meta name="twitter:url" content="https://kapool-react-frontend.vercel.app/" />
<meta name="twitter:image" content="https://kapool-react-frontend.vercel.app/banner.png" />
<meta name="twitter:image:alt" content="IMAGEN DE LOGO PARA MI KAPOOL" />
<meta name="twitter:description" content="Crea tu quiz y juega con tus amigos. 🧠" />
</head>
<body>
<div id="root"></div>
<footer>
Made by
<strong>ArmandoCodeCR</strong>
from <img src="https://em-content.zobj.net/thumbs/120/toss-face/342/flag-costa-rica_1f1e8-1f1f7.png" alt="img_costarica">
with 💗</footer>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>