-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (23 loc) · 1.38 KB
/
index.html
File metadata and controls
27 lines (23 loc) · 1.38 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>NeuroX — AI for Digital Trust | Deepfake Detection Platform</title>
<meta name="description" content="NeuroX is an advanced AI platform for deepfake detection, media verification, and digital trust protection. Protect your organization from synthetic media fraud." />
<meta name="author" content="NeuroX" />
<meta name="keywords" content="deepfake detection, AI security, media verification, digital trust, synthetic media, fraud prevention, cybersecurity" />
<meta property="og:title" content="NeuroX — AI for Digital Trust" />
<meta property="og:description" content="Advanced AI platform for deepfake detection and digital content verification. Protect your organization from synthetic media fraud." />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://lovable.dev/opengraph-image-p98pqg.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@NeuroXAI" />
<meta name="twitter:image" content="https://lovable.dev/opengraph-image-p98pqg.png" />
<link rel="canonical" href="https://neurox.ai" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>