-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (30 loc) · 1.65 KB
/
Copy pathindex.html
File metadata and controls
34 lines (30 loc) · 1.65 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CF TechLab - Technology & Innovation</title>
<meta name="description" content="CF TechLab is the technology and innovation arm of Creativity Freaks, creating AI-driven design platforms, intelligent automation tools, and futuristic digital experiences." />
<meta name="author" content="CF TechLab" />
<meta property="og:site_name" content="CF TechLab" />
<meta property="og:title" content="CF TechLab - Technology & Innovation" />
<meta property="og:description" content="Creating AI-driven design platforms, intelligent automation tools, and futuristic digital experiences that merge creativity with cutting-edge technology." />
<meta property="og:type" content="website" />
<meta property="og:image" content="/cftech.png" />
<meta property="og:image:alt" content="CF TechLab" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="/cftech.png" />
<meta name="theme-color" content="#0ea5e9" />
<link rel="canonical" href="https://cftechlab.hcsarker.me" />
<link rel="icon" type="image/png" href="/cftech.png" />
<link rel="apple-touch-icon" href="/cftech.png" />
<link rel="sitemap" type="application/xml" title="Sitemap" href="/sitemap.xml" />
<link rel="robots" href="/robots.txt" />
<script type="application/ld+json" src="/seo/structured-data.json"></script>
</head>
<body>
<div id="root"></div>
<script src="/sw-cleanup.js"></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>