-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (37 loc) · 2.38 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Advanced Red Teaming Services: AI-driven simulations, AGI-enabled threat emulation, and MITRE framework integration." />
<meta name="keywords" content="Red Teaming, AI in cybersecurity, MITRE ATT&CK, AGI cybersecurity, advanced penetration testing" />
<meta name="author" content="Emanuele Picariello" />
<link rel="icon" type="image/png" href="/images/logo.png" />
<title>Emanuele Picariello | AI Red Teaming Services</title>
<!-- Favicon Links -->
<link rel="icon" href="/images/logo.png" sizes="any" type="image/png">
<link rel="apple-touch-icon" href="/images/logo.png">
<link rel="apple-touch-icon" sizes="180x180" href="/images/logo.png" />
<!-- SEO Metadata -->
<meta name="description" content="Empower. Secure. Evolve. | Connecting with the world and building a secure future. Persevering cybersecurity professional with extensive experience in offensive security, cloud security, and AI security.">
<!-- Open Graph Metadata -->
<meta property="og:title" content="Emanuele Picariello - Cybersecurity Professional" />
<meta property="og:description" content="Empower. Secure. Evolve. | Connecting with the world and building a secure future. Enhancing global security with services and content creation." />
<meta property="og:image" content="https://emanuelepicariello.com/images/logo.png" />
<meta property="og:url" content="https://emanuelepicariello.com" />
<meta property="og:type" content="website" />
<!-- Twitter Card Metadata -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Emanuele Picariello - Cybersecurity Professional" />
<meta name="twitter:description" content="Empower. Secure. Evolve. | Connecting with the world and building a secure future. Enhancing global security with services and content creation." />
<meta name="twitter:image" content="https://emanuelepicariello.com/images/logo.png" />
<!-- Robots Meta -->
<meta name="robots" content="index, follow" />
<!-- Canonical Link -->
<link rel="canonical" href="https://emanuelepicariello.com" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>