-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (22 loc) · 1.35 KB
/
index.html
File metadata and controls
25 lines (22 loc) · 1.35 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AiDeploy - Deploy AI Agents Effortlessly | AI Automation Platform</title>
<meta name="description" content="Deploy AI agents effortlessly with AiDeploy. Book tickets, manage bookings, fetch reviews, and automate daily tasks with intelligent AI automation. 99% success rate, 24/7 support." />
<meta name="author" content="AiDeploy" />
<meta name="keywords" content="AI automation, AI agents, task automation, booking automation, AI deployment, intelligent automation" />
<meta property="og:title" content="AiDeploy - Deploy AI Agents Effortlessly" />
<meta property="og:description" content="Transform your workflow with intelligent AI automation. Book tickets, manage bookings, and automate daily tasks with just a prompt." />
<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="@lovable_dev" />
<meta name="twitter:image" content="https://lovable.dev/opengraph-image-p98pqg.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>