-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
71 lines (71 loc) · 2.65 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
<!DOCTYPE html>
<html lang="es-MX">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index" />
<link rel="icon" href="favicon.ico" />
<meta name="author" content="Trejocode" />
<meta name="theme-color" content="#33C8A3" />
<link rel="manifest" href="manifest.json" />
<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 - Trejocode</title>
<meta
name="keywords"
content="React.js, boilerplate, trejocode react, reactjs boilerplate, react-router-dom"
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 - Trejocode" />
<meta property="og:url" content="https://react.trejocode.com" />
<meta
property="og:image"
content="https://res.cloudinary.com/trejocode/image/upload/v1587696723/Trejocode/og-react-boilerplate_clvnwt.jpg"
/>
<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 - Trejocode" />
<link rel="apple-touch-icon" href="./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="https://react.trejocode.com" />
<meta name="twitter:title" content="React.js Boilerplate - Trejocode" />
<meta
name="twitter:image"
content="https://res.cloudinary.com/trejocode/image/upload/v1587696723/Trejocode/og-react-boilerplate_clvnwt.jpg"
/>
<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"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<noscript>Necesitas habilitar JavaScript para esta Web.</noscript>
</body>
</html>