-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
120 lines (113 loc) · 4.9 KB
/
index.html
File metadata and controls
120 lines (113 loc) · 4.9 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HayCita.es — Monitorización de citas de extranjería en España</title>
<meta name="description" content="HayCita.es: sistema de alertas automáticas para citas de extranjería en las 52 provincias
españolas. Garantía de reembolso a los 14 días.">
<link rel="canonical" href="https://synergy49.github.io">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"@id": "https://haycita.es/#organization",
"name": "HayCita.es",
"url": "https://haycita.es",
"logo": "https://haycita.es/static/img/logo-haycita.png",
"description": "Sistema de monitorización automatizada de citas de extranjería en España. Alertas instantáneas cuando
aparece disponibilidad.",
"sameAs": [
"https://x.com/HayCitaES",
"https://t.me/HayCitaAlertas"
]
}
</script>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
line-height: 1.6;
color: #0f172a;
background: #fafafa;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
padding: 40px 20px;
}
.container {
max-width: 640px;
background: white;
padding: 48px 40px;
border-radius: 16px;
box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}
h1 { font-size: 1.8rem; margin-bottom: 8px; color: #0f172a; }
.role { color: #64748b; font-size: 1rem; margin-bottom: 32px; }
h2 { font-size: 1.2rem; margin-top: 32px; margin-bottom: 12px; color: #16a34a; }
p { margin-bottom: 16px; color: #334155; }
a { color: #16a34a; text-decoration: none; font-weight: 600; }
a:hover { text-decoration: underline; }
.cta-block {
background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);
border: 1px solid #16a34a;
padding: 24px;
border-radius: 12px;
margin: 24px 0;
}
.cta-block strong { display: block; font-size: 1.1rem; margin-bottom: 8px; color: #0f172a; }
.cta-block .visit-btn {
display: inline-block;
background: #16a34a;
color: white;
padding: 10px 20px;
border-radius: 8px;
margin-top: 12px;
font-weight: 600;
}
ul { margin-left: 20px; margin-bottom: 16px; }
li { margin-bottom: 8px; color: #334155; }
.footer {
margin-top: 40px;
padding-top: 24px;
border-top: 1px solid #e2e8f0;
font-size: 0.85rem;
color: #94a3b8;
}
</style>
</head>
<body>
<main class="container">
<h1>HayCita.es</h1>
<p class="role">Monitorización de citas de extranjería · España</p>
<h2>Qué es HayCita</h2>
<p>HayCita.es es un servicio que vigila la sede oficial de extranjería en España y avisa al cliente al instante cuando
aparece una cita disponible. Cubre las 52 provincias españolas y los principales trámites (NIE, TIE, huellas, regreso, UE,
asilo).</p>
<h2>Servicio</h2>
<div class="cta-block">
<strong>Alertas 24/7 por email, SMS y Telegram</strong>
<p>Las citas de extranjería se agotan en minutos. HayCita vigila por ti y te avisa al instante.</p>
<p>Garantía: si en 14 días no detectamos cita disponible, reembolso 100%.</p>
<a href="https://haycita.es" class="visit-btn">Visitar HayCita.es →</a>
</div>
<h2>Recursos públicos</h2>
<ul>
<li><a href="https://haycita.es/estado">Estado en tiempo real de citas por provincia</a></li>
<li><a href="https://haycita.es/guia">Guías abiertas sobre trámites de extranjería</a></li>
<li><a href="https://haycita.es/opiniones">Opiniones reales de clientes (Google Business)</a></li>
<li><a href="https://haycita.es/sobre-nosotros">Sobre HayCita</a></li>
</ul>
<h2>Contacto</h2>
<p>Email: <a href="mailto:haycita.es@gmail.com">haycita.es@gmail.com</a></p>
<p>HayCita en redes:
<a href="https://t.me/HayCitaAlertas">Telegram</a> ·
<a href="https://x.com/HayCitaES">X/Twitter</a>
</p>
<div class="footer">
<p>Página informativa de <a href="https://haycita.es">HayCita.es</a></p>
</div>
</main>
</body>
</html>