-
Notifications
You must be signed in to change notification settings - Fork 0
/
consultoria.html
44 lines (44 loc) · 1.08 KB
/
consultoria.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
<!DOCTYPE html>
<html lang="es">
<head>
<title>[ hexacore | consultorias ]</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style type="text/css">
body, td, th {
font-size: 12px;
font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
font-style: normal;
font-weight: normal;
color: #E4E4E4;
}
body {
background-color: #222222;
}
a:link {
color: #49904A;
text-decoration: none;
}
a:visited {
color: #49904A;
text-decoration: none;
}
a:active {
color: #49904A;
text-decoration: none;
}
a:hover {
color: #31C82B;
text-decoration: none;
}
</style>
</head>
<body>
Cupos disponibles a partir del 01/09/2024<br>
<br>
contacto vía <a href="https://api.whatsapp.com/send/?phone=5491123923138" target="_blank"> whatsapp</a><br>
contacto vía<a href="mailto:[email protected]"> e-mail</a><br>
<br>
<a href="https://www.hexacore.com.ar">volver</a><br>
</body>
</html>