-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (42 loc) · 1.23 KB
/
index.html
File metadata and controls
42 lines (42 loc) · 1.23 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>IntusCoreLabs</title>
<link rel="shortcut icon" href="./img/logo-gpt.png" type="image/x-icon" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="container">
<div class="business-card">
<h2>IntusCoreLabs</h2>
<p>
IntusCoreLabs,an organization with different
<a href="https://mtaai-core.lat" target="_blank" class="pr"
>subscription/paid products</a
>
and also focused on OSS products and tools.
</p>
<a>Mail: eurysosagarcia@gmail.com</a>
<div class="social-links">
<a
href="https://www.Instagram.com/intuscorelabs"
class="social-link"
target="_blank"
>Instagram</a
>
<a href="https://mtaai-core.lat" class="social-link" target="_blank"
>mtaai-core</a
>
<a
href="https://github.com/IntusCoreLabs"
class="social-link"
target="_blank"
>GitHub</a
>
</div>
</div>
</div>
</body>
</html>