forked from jackmielke/build-telegram-bots-with-a
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (31 loc) · 2.15 KB
/
index.html
File metadata and controls
60 lines (31 loc) · 2.15 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vibe AI - Community Intelligence Dashboard</title>
<meta name="description" content="Build intelligent Telegram communities, no code required. AI agents that learn, remember, and improve daily!">
<meta name="author" content="Lovable" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://storage.googleapis.com/gpt-engineer-file-uploads/fo2KcaROfWOoaZr5Ht6B544iTKG2/social-images/social-1759420693624-Vibe at night.png">
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@lovable_dev" />
<meta name="twitter:image" content="https://storage.googleapis.com/gpt-engineer-file-uploads/fo2KcaROfWOoaZr5Ht6B544iTKG2/social-images/social-1759420693624-Vibe at night.png">
<!-- PWA Configuration -->
<link rel="manifest" href="/manifest.json">
<meta name="theme-color" content="#3b82f6">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<meta name="apple-mobile-web-app-title" content="Vibe AI">
<link rel="icon" type="image/x-icon" href="https://storage.googleapis.com/gpt-engineer-file-uploads/fo2KcaROfWOoaZr5Ht6B544iTKG2/uploads/1759427365742-Screenshot 2025-10-02 at 9.13.12 AM.png">
<link rel="apple-touch-icon" href="/icon-512x512.png">
<meta property="og:title" content="Vibe AI - Community Intelligence Dashboard">
<meta name="twitter:title" content="Vibe AI - Community Intelligence Dashboard">
<meta property="og:description" content="Build intelligent Telegram communities, no code required. AI agents that learn, remember, and improve daily!">
<meta name="twitter:description" content="Build intelligent Telegram communities, no code required. AI agents that learn, remember, and improve daily!">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>