forked from waynesutton/vibeapps
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
148 lines (145 loc) · 5.05 KB
/
index.html
File metadata and controls
148 lines (145 loc) · 5.05 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
Vibe Apps - The community where you go to show off what you've built, and
see what others are building.
</title>
<!-- SEO Meta Tags -->
<meta
name="description"
content="Discover and share apps and see what others are building. Powered by Convex."
/>
<meta
name="keywords"
content="vibe, vibe coding, app, hackathons, hackathon apps, startups, developers,convex hackathon, vibe coding apps, dev mode, community, vibeapps.dev, ship, build , directory, product launches, "
/>
<meta name="author" content="Vibe Apps" />
<!-- Open Graph Meta Tags (for social media sharing) -->
<meta property="og:title" content="Vibe Apps" />
<meta
property="og:description"
content=" The place to share and discover new apps."
/>
<meta
property="og:image"
content="https://vibeapps.dev/vibe-apps-open-graphi-image.png"
/>
<!-- Replace with URL to a preview image -->
<meta property="og:url" content="https://vibeapps.dev" />
<!-- Replace with your site URL -->
<meta property="og:type" content="website" />
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@waynesutton" />
<!-- Replace with your Twitter handle -->
<meta name="twitter:creator" content="@waynesutton" />
<!-- Optional: Replace with content creator's handle -->
<meta name="twitter:title" content="Vibe Apps" />
<!-- Replace with your site title -->
<meta
name="twitter:description"
content=" The place to share and discover new apps and see what others are building."
/>
<!-- Replace with your site description -->
<meta
name="twitter:image"
content="https://vibeapps.dev/vibe-apps-open-graphi-image.png"
/>
<!-- Replace with the URL to your large image -->
<link
rel="apple-touch-icon-precomposed"
sizes="57x57"
href="/apple-touch-icon-57x57.png"
/>
<link
rel="apple-touch-icon-precomposed"
sizes="114x114"
href="/apple-touch-icon-114x114.png"
/>
<link
rel="apple-touch-icon-precomposed"
sizes="72x72"
href="/apple-touch-icon-72x72.png"
/>
<link
rel="apple-touch-icon-precomposed"
sizes="144x144"
href="/apple-touch-icon-144x144.png"
/>
<link
rel="apple-touch-icon-precomposed"
sizes="60x60"
href="/apple-touch-icon-60x60.png"
/>
<link
rel="apple-touch-icon-precomposed"
sizes="120x120"
href="/apple-touch-icon-120x120.png"
/>
<link
rel="apple-touch-icon-precomposed"
sizes="76x76"
href="/apple-touch-icon-76x76.png"
/>
<link
rel="apple-touch-icon-precomposed"
sizes="152x152"
href="/apple-touch-icon-152x152.png"
/>
<link
rel="icon"
type="image/png"
href="/favicon-196x196.png"
sizes="196x196"
/>
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="/favicon-128.png" sizes="128x128" />
<meta name="application-name" content=" " />
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-TileImage" content="/mstile-144x144.png" />
<meta name="msapplication-square70x70logo" content="/mstile-70x70.png" />
<meta
name="msapplication-square150x150logo"
content="/mstile-150x150.png"
/>
<meta name="msapplication-wide310x150logo" content="/mstile-310x150.png" />
<meta
name="msapplication-square310x310logo"
content="/mstile-310x310.png"
/>
<!-- Start cookieyes banner
<script
id="cookieyes"
type="text/javascript"
src="https://cdn-cookieyes.com/client_data/e5c0f2ff1c17104f374b2a22/script.js"></script>
End cookieyes banner -->
<!-- start cookieyes banner -->
<script
src="https://app.rybbit.io/api/script.js"
data-site-id="656"
defer
></script>
<!-- End cookieyes banner -->
<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=Alfa+Slab+One&family=Inter:[email protected]&display=swap"
rel="stylesheet"
/>
<link rel="preconnect" href="https://stijndv.com" />
<link rel="stylesheet" href="https://stijndv.com/fonts/Eudoxus-Sans.css" />
<!-- Discoverability files -->
<link rel="robots" href="/robots.txt" />
<link rel="alternate" type="text/plain" title="LLMs" href="/llms.txt" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>