-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (46 loc) 路 3.24 KB
/
Copy pathindex.html
File metadata and controls
56 lines (46 loc) 路 3.24 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" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0" />
<link rel="icon" type="image/x-icon" href="https://storage.googleapis.com/gpt-engineer-file-uploads/TdBvmIrJF6QKZVRAUanTQwXS1612/uploads/1763969961369-LUCY REVAMP-AFRICA.png">
<link rel="manifest" href="/manifest.json">
<link rel="apple-touch-icon" href="/favicon.png">
<meta name="theme-color" content="#8b5cf6">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<title>Lucy AI - Your Intelligent AI Companion | LucyLounge.org</title>
<meta name="description" content="Lucy AI is a next-generation assistant system designed by Software Engineer Terrence Milliner Sr., powered by state-of-the-art AI models for advanced reasoning, vision, and creativity. Try free today!">
<meta name="keywords" content="AI assistant, Lucy AI, Terrence Milliner, artificial intelligence, chat AI, conversational AI, smart assistant, AI companion">
<meta name="author" content="Terrence Milliner Sr." />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://lucylounge.org" />
<meta property="og:image" content="https://lucylounge.org/og-default.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="Lucy AI - Your Intelligent AI Companion" />
<meta property="og:site_name" content="Lucy AI" />
<meta property="og:locale" content="en_US" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@LucyAI" />
<meta name="twitter:creator" content="@LucyAI" />
<meta name="twitter:image" content="https://lucylounge.org/og-twitter.png" />
<meta name="twitter:image:alt" content="Lucy AI - Beyond Intelligence" />
<!-- Additional Meta Tags -->
<link rel="canonical" href="https://lucylounge.org" />
<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@800;900&display=swap" rel="stylesheet">
<link rel="dns-prefetch" href="https://fonts.googleapis.com">
<meta property="og:title" content="Lucy AI - Your Intelligent AI Companion | LucyLounge.org">
<meta name="twitter:title" content="Lucy AI - Your Intelligent AI Companion | LucyLounge.org">
<meta property="og:description" content="Lucy AI is a next-generation assistant system designed by Software Engineer Terrence Milliner Sr., powered by state-of-the-art AI models for advanced reasoning, vision, and creativity. Try free today!">
<meta name="twitter:description" content="Lucy AI is a next-generation assistant system designed by Software Engineer Terrence Milliner Sr., powered by state-of-the-art AI models for advanced reasoning, vision, and creativity. Try free today!">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>