-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (38 loc) · 2.07 KB
/
index.html
File metadata and controls
45 lines (38 loc) · 2.07 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" />
<link rel="icon" type="image/svg+xml" href="https://lucide.dev/icon/id-card.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>NeoCard - Digital Business Card</title>
<meta name="title" content="NeoCard - Digital Business Card">
<meta name="description"
content="A next-generation digital business card featuring dynamic seasonal themes, AI-powered interactive avatar, and instant contact sharing.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://coqui.cloud/">
<meta property="og:title" content="NeoCard - Digital Business Card">
<meta property="og:description"
content="A next-generation digital business card featuring dynamic seasonal themes, AI-powered interactive avatar, and instant contact sharing.">
<meta property="og:image"
content="https://images.unsplash.com/photo-1557804506-669a67965ba0?auto=format&fit=crop&q=80&w=1200&h=630">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://coqui.cloud/">
<meta property="twitter:title" content="NeoCard - Digital Business Card">
<meta property="twitter:description"
content="A next-generation digital business card featuring dynamic seasonal themes, AI-powered interactive avatar, and instant contact sharing.">
<meta property="twitter:image"
content="https://images.unsplash.com/photo-1557804506-669a67965ba0?auto=format&fit=crop&q=80&w=1200&h=630">
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="manifest" href="/manifest.webmanifest">
<meta name="theme-color" content="#2563eb">
<link rel="apple-touch-icon" href="/pwa-192x192.png">
</head>
<body class="bg-gray-100 text-slate-900 antialiased">
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>