-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (30 loc) · 1.47 KB
/
index.html
File metadata and controls
35 lines (30 loc) · 1.47 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-DZMWTSSHM6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-DZMWTSSHM6');
</script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tasknova</title>
<meta name="description" content="TaskNova Lead Generator - AI-powered lead generation platform" />
<meta name="author" content="TaskNova" />
<meta name="google-site-verification" content="MX7sbIoCer9A7RD_Z7pUWock_wRA4PZ6RHuAbn2O5xM" />
<meta property="og:title" content="Tasknova" />
<meta property="og:description" content="TaskNova Lead Generator - AI-powered lead generation platform" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://eyacutmyzxnwedyjqiom.supabase.co/storage/v1/object/public/avatars/Screenshot%202025-08-26%20191703.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@tasknova" />
<meta name="twitter:image" content="https://eyacutmyzxnwedyjqiom.supabase.co/storage/v1/object/public/avatars/Screenshot%202025-08-26%20191703.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>