-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
index.html
60 lines (55 loc) · 3.3 KB
/
index.html
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" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>AllChat - Intelligent Conversational AI Assistant</title>
<meta name="title" content="AllChat - Intelligent Conversational AI Assistant" />
<meta
name="description"
content="AllChat is a powerful AI-driven conversational assistant that can help you with writing, analysis, question answering, math, coding, fashion, nutrition, laws, and more. Engage in intelligent conversations and get accurate responses in real-time."
/>
<meta name="theme-color" content="#000000" />
<link rel="apple-touch-icon" href="/logo192.png" />
<link rel="manifest" href="/manifest.json" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://allchat.online/" />
<meta property="og:title" content="AllChat - Intelligent Conversational AI Assistant" />
<meta
property="og:description"
content="AllChat is a powerful AI-driven conversational assistant that can help you with writing, analysis, question answering, math, coding, and more. Engage in intelligent conversations and get accurate responses in real-time."
/>
<meta property="og:image" content="https://allchat.online/og-image.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://allchat.online/" />
<meta property="twitter:title" content="AllChat - Intelligent Conversational AI Assistant" />
<meta
property="twitter:description"
content="AllChat is a powerful AI-driven conversational assistant that can help you with writing, analysis, question answering, math, coding, and more. Engage in intelligent conversations and get accurate responses in real-time."
/>
<meta property="twitter:image" content="https://allchat.online/twitter-card.png" />
<!-- Other Meta Tags -->
<meta
name="keywords"
content="AI assistant, conversational AI, natural language processing, chatbot, intelligent assistant, question answering, writing assistance, coding assistance, math assistance"
/>
<meta name="author" content="Max Sveshnikov" />
<meta name="robots" content="index, follow" />
<meta name="googlebot" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1" />
<meta name="bingbot" content="index, follow, max-snippets:2, max-image-preview:large, max-video-preview:-1" />
<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=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap"
rel="stylesheet"
/>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/index.jsx"></script>
</body>
</html>