-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (23 loc) · 1.18 KB
/
index.html
File metadata and controls
28 lines (23 loc) · 1.18 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Fluxion - Open-Source Vulnerability & Risk Intelligence Platform</title>
<meta name="description" content="Open-Source Vulnerability & Risk Intelligence Platform" />
<meta name="author" content="Fluxion" />
<meta name="keywords"
content="security, vulnerability management, penetration testing, cybersecurity, infrastructure security" />
<meta property="og:title" content="Fluxion - Open-Source Vulnerability & Risk Intelligence Platform" />
<meta property="og:description" content="Open-Source Vulnerability & Risk Intelligence Platform" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://pub-2ebec616d3dd4d0d8d03bde45130a0ee.r2.dev/back_image.jpg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@Fluxion" />
<meta name="twitter:image" content="https://pub-2ebec616d3dd4d0d8d03bde45130a0ee.r2.dev/back_image.jpg" />
</head>
<body class="dark">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>