-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (52 loc) · 2.84 KB
/
Copy pathindex.html
File metadata and controls
56 lines (52 loc) · 2.84 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
46
47
48
49
50
51
52
53
54
55
56
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/icons/favicon.png" />
<link rel="apple-touch-icon" href="/icons/favicon.png" />
<!-- Inter font from Google Fonts (Grok-style UI) -->
<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@400;500;600&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0, interactive-widget=resizes-visual, viewport-fit=cover" />
<title>blank space - AI-Powered Web App Builder</title>
<meta name="description" content="The first mobile-first vibe coding platform. Chat with AI to create web apps, games, and interactive experiences." />
<link rel="canonical" href="https://blankspace.build/" />
<meta name="robots" content="index, follow" />
<!-- Open Graph / Social Media -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://blankspace.build/" />
<meta property="og:title" content="blank space - AI-Powered Web App Builder" />
<meta property="og:description" content="The first mobile-first vibe coding platform. Chat with AI to create web apps, games, and interactive experiences." />
<meta property="og:image" content="https://blankspace.build/images/og-image.png" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="blank space - AI-Powered Web App Builder" />
<meta name="twitter:description" content="The first mobile-first vibe coding platform. Chat with AI to create web apps, games, and interactive experiences." />
<meta name="twitter:image" content="https://blankspace.build/images/og-image.png" />
<!-- X (Twitter) Pixel Base Code -->
<script>
!function(e,t,n,s,u,a){e.twq||(s=e.twq=function(){s.exe?s.exe.apply(s,arguments):s.queue.push(arguments);
},s.version='1.1',s.queue=[],u=t.createElement(n),u.async=!0,u.src='https://static.ads-twitter.com/uwt.js',
a=t.getElementsByTagName(n)[0],a.parentNode.insertBefore(u,a))}(window,document,'script');
twq('config','qy42i');
</script>
<!-- End X Pixel Base Code -->
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "blank space",
"description": "The first mobile-first vibe coding platform. Chat with AI to create web apps, games, and interactive experiences.",
"url": "https://blankspace.build",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "Web"
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>