-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (40 loc) · 2.27 KB
/
Copy pathindex.html
File metadata and controls
44 lines (40 loc) · 2.27 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
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>FounderMatch — Where Startups Meet Capital</title>
<meta name="description" content="FounderMatch connects ambitious startup founders with the right investors using AI-powered matching, swipe discovery, and investor quality scoring." />
<meta name="keywords" content="startup funding, investor matching, founder investor platform, startup investment, venture capital matching" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://foundermatch.onspace.app" />
<meta property="og:title" content="FounderMatch — Where Startups Meet Capital" />
<meta property="og:description" content="AI-powered matchmaking for founders and investors. Swipe, match, and get funded." />
<meta property="og:image" content="https://images.unsplash.com/photo-1551434678-e076c223a692?w=1200&h=630&fit=crop" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="FounderMatch — Where Startups Meet Capital" />
<meta name="twitter:description" content="AI-powered matchmaking for founders and investors." />
<meta name="twitter:image" content="https://images.unsplash.com/photo-1551434678-e076c223a692?w=1200&h=630&fit=crop" />
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Space+Grotesk:wght@400;500;600;700&display=swap" rel="stylesheet" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "FounderMatch",
"url": "https://foundermatch.onspace.app",
"description": "AI-powered matchmaking platform connecting startup founders with investors"
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>