-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (34 loc) · 2.28 KB
/
index.html
File metadata and controls
40 lines (34 loc) · 2.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>WE4TECH AI | AI Solutions for Business Transformation</title>
<link rel="shortcut icon" href="logo.png" type="image/x-icon" />
<meta name="description" content="We4Tech AI empowers businesses with cutting-edge AI solutions for digital transformation & innovation. Reduce operational costs by 30% with our AI solutions." />
<meta name="keywords" content="AI solutions, artificial intelligence, machine learning, chatbots, data analytics, AI development, business transformation, We4Tech AI, custom AI models, AI agents, AI integration" />
<meta name="author" content="We4Tech AI" />
<meta property="og:title" content="WE4TECH AI | AI Solutions for Business Transformation | ALL OVER WORLD" />
<meta property="og:description" content="We4Tech AI empowers businesses with cutting-edge AI solutions for digital transformation & innovation. Reduce operational costs by 30% with our AI solutions." />
<meta property="og:image" content="./logo.png" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://we4tech-ai.vercel.app" />
<meta property="og:site_name" content="We4Tech AI" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="WE4TECH AI | AI Solutions for Business Transformation" />
<meta name="twitter:description" content="We4Tech AI empowers businesses with cutting-edge AI solutions for digital transformation & innovation. Reduce operational costs by 30% with our AI solutions." />
<meta name="twitter:image" content="./logo.png" />
<meta name="twitter:site" content="@We4TechAI" />
<meta name="robots" content="index, follow" />
<meta name="googlebot" content="index, follow" />
<link rel="canonical" href="https://we4tech-ai.vercel.app" />
<meta http-equiv="content-language" content="en-US" />
<meta name="geo.region" content="ALL OVER WORLD" />
<meta name="geo.placename" content="ALL OVER WORLD" />
</head>
<body>
<div id="root"></div>
<script src="https://cdn.gpteng.co/gptengineer.js" type="module"></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>