-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
89 lines (89 loc) · 3.27 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index" />
<meta name="theme-color" content="#33C8A3" />
<meta name="author" content="Conecta" />
<link
rel="icon"
type="image/svg+xml"
href="/src/assets/favicon/favicon.ico"
/>
<meta httpEquiv="X-UA-Compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Meta tags -->
<title>React.js Boilerplate - Conecta</title>
<meta
name="keywords"
content="React.js, boilterplate, react, reactjs boilterplate, react-router"
data-rh="true"
/>
<meta
name="description"
content="React.js Simple and clean Boilerplate, SEO Ready | Reactjs plantilla limpia, organizada y optimizada para SEO"
data-rh="true"
/>
<!-- Og tags -->
<meta property="og:type" content="website" />
<meta property="og:title" content="React.js Boilerplate - Conecta" />
<meta
property="og:url"
content="https://github.com/Julio-Vasquez/react-boilerplate-template"
/>
<meta
property="og:image"
content="https://i.ibb.co/86d2Xjg/reactluminoso.png"
/>
<meta
property="og:description"
content="React.js Simple and clean Boilerplate, SEO Ready | Reactjs plantilla limpia, organizada y optimizada para SEO"
/>
<!-- IOS Meta -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-title" content="B4A - Conecta" />
<link rel="apple-touch-icon" href="./img/icons/icon-96.png" />
<meta
name="apple-mobile-web-app-status-bar-style"
content="black-translucent"
/>
<!-- Twitter -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:url" content="pendiente" />
<meta name="twitter:title" content="React.js Boilerplate - conecta" />
<meta
name="twitter:image"
content="https://i.ibb.co/86d2Xjg/reactluminoso.png"
/>
<meta
name="twitter:description"
content="React.js Simple and clean Boilerplate, SEO Ready | Reactjs plantilla limpia, organizada y optimizada para SEO"
/>
<!-- Google Analytics -->
<link
rel="preconnect dns-prefetch"
href="https://www.googletagmanager.com"
/>
<link
rel="preconnect dns-prefetch"
href="https://www.google-analytics.com"
/>
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "WebSite",
"name": "Boilerplate",
"url": "",
"potentialAction": {
"@type": "SearchAction",
"target": "app/home{search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>