-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
95 lines (88 loc) · 3.86 KB
/
index.html
File metadata and controls
95 lines (88 loc) · 3.86 KB
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
90
91
92
93
94
95
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="index, follow">
<meta name="author" content="Francisco González">
<title>Marketing de Afiliados desde Cero | Guía Completa para Crear un Negocio Rentable</title>
<meta name="description" content="Aprende marketing de afiliados desde cero y construye un negocio rentable con poca inversión. Descubre el método práctico para generar ingresos online paso a paso.">
<meta name="keywords" content="marketing de afiliados, marketing de afiliados desde cero, negocio rentable online, ingresos por internet, afiliados principiantes, sistema de afiliados">
<meta property="og:title" content="Marketing de Afiliados desde Cero | Guía Completa para Crear un Negocio Rentable">
<meta property="og:description" content="Descubre cómo empezar en el marketing de afiliados y crear un negocio digital rentable con un método claro, práctico y explicado paso a paso.">
<meta property="og:url" content="https://dominando-el-marketing-de-afiliados.vercel.app/">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Dominando el Marketing de Afiliados">
<meta property="og:image" content="https://i.ibb.co/wvy2hr3/dominando-el-marketing-de-afiliados.png">
<link rel="canonical" href="https://dominando-el-marketing-de-afiliados.vercel.app/">
<link rel="icon" type="image/png" href="https://i.ibb.co/SDqMgCZX/marketing-de-afiliados-logo.png">
<script src="https://cdn.tailwindcss.com"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet">
<script>
tailwind.config = {
theme: {
extend: {
colors: {
deepBlue: '#001F3F',
emeraldGreen: '#50C878',
energeticOrange: '#FF851B',
softGray: '#F8F9FA'
},
fontFamily: {
serif: ['"Playfair Display"', 'serif'],
sans: ['Inter', 'sans-serif']
}
}
}
}
</script>
<style>
body {
font-family: 'Inter', sans-serif;
color: #1a202c;
background-color: #ffffff;
line-height: 1.7;
scroll-behavior: smooth;
}
.serif-text { font-family: 'Playfair Display', serif; }
.gradient-text {
background: linear-gradient(to right, #001F3F, #50C878);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.drop-cap::first-letter {
float: left;
font-size: 5rem;
line-height: 0.8;
padding-right: 0.5rem;
font-family: 'Playfair Display', serif;
color: #001F3F;
}
</style>
<script type="importmap">
{
"imports": {
"react/": "https://esm.sh/react@^19.2.4/",
"react": "https://esm.sh/react@^19.2.4",
"react-dom/": "https://esm.sh/react-dom@^19.2.4/"
}
}
</script>
<link rel="stylesheet" href="/index.css">
<!-- ClickBank Tracking & Configuration -->
<script>
window.clickbank = {
vendor: "fcofrancis"
};
</script>
<script src="https://scripts.clickbank.net/hop.min.js" defer></script>
</head>
<body class="antialiased">
<div id="root"></div>
<script type="module" src="/index.tsx"></script>
<!-- ClickBank Trust Badge -->
<script src='//cbtb.clickbank.net/?vendor=fcofrancis'></script>
</body>
</html>