-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (32 loc) · 2.06 KB
/
index.html
File metadata and controls
39 lines (32 loc) · 2.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/src/app/assets/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tasknova - AI-Powered Revenue Intelligence Platform</title>
<meta name="description" content="Transform your revenue operations with Tasknova's AI-powered intelligence platform. Get actionable insights, automate workflows, and drive predictable growth." />
<!-- Open Graph / Facebook / WhatsApp -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://tasknova.io/" />
<meta property="og:title" content="Tasknova - AI-Powered Revenue Intelligence Platform" />
<meta property="og:description" content="Transform your revenue operations with Tasknova's AI-powered intelligence platform. Get actionable insights, automate workflows, and drive predictable growth." />
<meta property="og:image" content="https://tasknova.io/src/app/assets/tasknova-logo-2.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://tasknova.io/" />
<meta property="twitter:title" content="Tasknova - AI-Powered Revenue Intelligence Platform" />
<meta property="twitter:description" content="Transform your revenue operations with Tasknova's AI-powered intelligence platform. Get actionable insights, automate workflows, and drive predictable growth." />
<meta property="twitter:image" content="https://tasknova.io/src/app/assets/tasknova-logo-2.png" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PL0ML0BJ59"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-PL0ML0BJ59');
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>