-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (41 loc) · 1.64 KB
/
index.html
File metadata and controls
45 lines (41 loc) · 1.64 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>QuantumCA™ - AI-Powered Tax Filing Platform</title>
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="/quantumca/vite.svg" />
<!-- SEO Meta -->
<meta
name="description"
content="QuantumCA™ is an AI-powered tax filing platform designed for chartered accountants and enterprises. It streamlines client management, automates filings, and provides deep analytics with predictive insights."
/>
<meta
name="keywords"
content="tax filing AI, chartered accountant automation, RPA for tax, QuantumCA, AI tax software, accounting automation, enterprise compliance"
/>
<!-- Open Graph -->
<meta property="og:title" content="QuantumCA™ - AI-Powered Tax Filing Platform" />
<meta
property="og:description"
content="AI-powered tax filing with automation, predictive insights, and advanced analytics for accountants and enterprises."
/>
<meta property="og:type" content="website" />
<meta
property="og:url"
content="https://futuretechvision-global.github.io/quantumca/"
/>
<meta property="og:image" content="https://futuretechvision-global.github.io/quantumca/og-image.png" />
<!-- Canonical -->
<link
rel="canonical"
href="https://futuretechvision-global.github.io/quantumca/"
/>
</head>
<body>
<div id="root"></div>
<!-- ✅ Vite will rewrite this to /quantumca/assets/... at build time -->
<script type="module" src="/src/main.tsx"></script>
</body>
</html>