-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (20 loc) · 1.07 KB
/
index.html
File metadata and controls
23 lines (20 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>DroneSec | AI-Powered Drone Security Command Center</title>
<meta name="description" content="Real-time drone surveillance and AI-powered threat detection. Monitor patrols, analyze incidents, and control your security fleet from a unified command center." />
<meta name="author" content="DroneSec" />
<meta name="keywords" content="drone security, surveillance, AI threat detection, security command center, patrol monitoring" />
<meta property="og:title" content="DroneSec - Drone Security Command Center" />
<meta property="og:description" content="AI-powered drone surveillance and threat detection platform" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@DroneSec" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>