-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (53 loc) · 3.5 KB
/
index.html
File metadata and controls
58 lines (53 loc) · 3.5 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="google-site-verification" content="YFFXgdBJ35fPRXDVxqcQAjVyiRg14B7BfN-7WiA5Uio" />
<link rel="icon" type="image/jpg" href="/src/assets/onlylogo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AssistAI Labs | Home Assistant</title>
<meta name="description" content="AssistAI Labs creates innovative AI-powered robots to simplify household chores, providing convenience, security, and a stress-free living environment.">
<script async src="https://tally.so/widgets/embed.js"></script>
<script type="application/ld+json">{
"@context": "https://schema.org",
"@type": "Organization",
"name": "AssistAI Labs",
"url": "https://assistai-labs.github.io",
"logo": "https://assistai-labs.github.io/src/assets/assistailogo.jpg",
"description": "AssistAI Labs creates innovative AI-powered robots to simplify household chores, providing convenience, security, and a stress-free living environment.",
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+91 8700510741",
"contactType": "Customer Service"
},
"sameAs": [
"https://www.instagram.com/assistailabs",
"https://twitter.com/AssistAILabs",
"https://www.linkedin.com/company/assistailabs"
"https://www.youtube.com/@AssistAILabs"
]
}
</script>
<!-- Other Meta Tags -->
<meta name="keywords" content="AI, robotics, home automation, folding clothes, autonomous, affordable, innovation, entrepreneurship, startup, intelligent robots, smart home technology, elderly assistance, time-saving solutions, cleaning robots, dishwashing robots, laundry robots, artificial intelligence, machine learning, futuristic technology, automated home management, tech innovation, assistive technology, household efficiency, modern living, next-gen home solutions, seamless automation, convenience, security, hassle-free living, smart devices, connected home, sustainable living, productivity enhancement, cutting-edge technology">
<meta name="author" content="AssistAI Labs">
<!-- Open Graph / Facebook -->
<meta property="og:title" content="AssistAI Labs | Revolutionizing Home Management with AI-Powered Robots">
<meta property="og:description" content="AssistAI Labs creates innovative AI-powered robots to simplify household chores, providing convenience, security, and a stress-free living environment.">
<meta property="og:image" content="https://assistai-labs.github.io/src/assets/assistailogo.jpg">
<meta property="og:url" content="https://assistai-labs.github.io">
<meta property="og:type" content="website">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="AssistAI Labs | Revolutionizing Home Management with AI-Powered Robots">
<meta name="twitter:description" content="AssistAI Labs creates innovative AI-powered robots to simplify household chores, providing convenience, security, and a stress-free living environment.">
<meta name="twitter:image" content="https://assistai-labs.github.io/src/assets/assistailogo.jpg">
<meta name="twitter:site" content="@AssistAILabs">
<!-- Canonical Link -->
<link rel="canonical" href="https://assistai-labs.github.io">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>