-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (64 loc) · 3.79 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
61
62
63
64
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=11" />
<meta http-equiv="Cache-Control" content="no-cache" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="apple-touch-icon" href="/logo192.png" />
<link rel="manifest" href="/manifest.json" />
<title>Code Inbox - Master Algorithms with Ease</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta name="theme-color" content="#ffffff" />
<meta name="description" content="Code Inbox - A sophisticated email client for mastering algorithms, delivering AI-generated algorithmic posts to your inbox." />
<meta name="robots" content="index, follow" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@wiseaidev" />
<meta name="twitter:creator" content="@wiseaidev" />
<meta name="twitter:title" content="Code Inbox - Master Algorithms with Ease" />
<meta name="twitter:description" content="Code Inbox is a user-friendly email client that streamlines algorithmic learning. Organize your inbox and receive AI-generated algorithmic posts effortlessly." />
<meta name="twitter:image" content="https://code-inbox.com/og-image.jpg" />
<meta property="og:url" content="https://code-inbox.com/" />
<link rel="canonical" href="https://code-inbox.com/" />
<meta property="og:title" content="Code Inbox - Master Algorithms with Ease" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Code Inbox is a user-friendly email client that streamlines algorithmic learning. Organize your inbox and receive AI-generated algorithmic posts effortlessly." />
<meta property="og:site_name" content="Code Inbox - Master Algorithms with Ease" />
<meta property="og:image" content="https://code-inbox.com/og-image.jpg" />
<meta property="og:locale" content="en_US" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta name="keywords" content="Code Inbox, email client, algorithm mastery, AI-generated posts" />
<meta name="author" content="Mahmoud Harmouch" />
<meta name="copyright" content="© 2023 Code Inbox. All rights reserved." />
<meta name="revisit-after" content="7 days" />
<meta name="language" content="English" />
<meta property="og:linkedin:site_name" content="Code Inbox - Master Algorithms with Ease" />
<meta name="pinterest-rich-pin" content="true" />
<meta property="og:whatsapp" content="Share on WhatsApp" />
<meta name="subject" content="Code Inbox - Email Client" />
<meta name="rating" content="General" />
<meta name="designer" content="Mahmoud Harmouch" />
<meta name="reply-to" content="[email protected]" />
<meta name="target" content="all" />
<meta name="audience" content="all" />
<meta name="mobile-web-app-capable" content="yes" />
<link rel="sitemap" type="application/xml" title="Sitemap" href="https://code-inbox.com/sitemap.xml" />
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "SoftwareApplication",
"name": "Code Inbox",
"description": "A sophisticated email client for mastering algorithms, delivering AI-generated algorithmic posts to your inbox.",
"operatingSystem": "Cross-platform",
"applicationCategory": "Communication",
"url": "https://code-inbox.com/",
"image": "https://code-inbox.com/og-image.jpg"
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.jsx"></script>
</body>
</html>