Skip to content

Commit 941d601

Browse files
committed
add favicon, logo, sitemap...
1 parent 66a6347 commit 941d601

13 files changed

+117
-4
lines changed

index.html

Lines changed: 55 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,61 @@
11
<!doctype html>
22
<html lang="en">
33
<head>
4-
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Vite + React</title>
4+
<meta charset="utf-8" />
5+
<meta http-equiv="X-UA-Compatible" content="IE=11" />
6+
<meta http-equiv="Cache-Control" content="no-cache" />
7+
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
8+
<link rel="apple-touch-icon" href="/logo192.png" />
9+
<link rel="manifest" href="/manifest.json" />
10+
<title>Code Inbox - Master Algorithms with Ease</title>
11+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
12+
<meta name="theme-color" content="#ffffff" />
13+
<meta name="description" content="Code Inbox - A sophisticated email client for mastering algorithms, delivering AI-generated algorithmic posts to your inbox." />
14+
<meta name="robots" content="index, follow" />
15+
<meta name="twitter:card" content="summary_large_image" />
16+
<meta name="twitter:site" content="@wiseaidev" />
17+
<meta name="twitter:creator" content="@wiseaidev" />
18+
<meta name="twitter:title" content="Code Inbox - Master Algorithms with Ease" />
19+
<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." />
20+
<meta name="twitter:image" content="https://code-inbox.com/og-image.jpg" />
21+
<meta property="og:url" content="https://code-inbox.com/" />
22+
<link rel="canonical" href="https://code-inbox.com/" />
23+
<meta property="og:title" content="Code Inbox - Master Algorithms with Ease" />
24+
<meta property="og:type" content="website" />
25+
<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." />
26+
<meta property="og:site_name" content="Code Inbox - Master Algorithms with Ease" />
27+
<meta property="og:image" content="https://code-inbox.com/og-image.jpg" />
28+
<meta property="og:locale" content="en_US" />
29+
<meta property="og:image:width" content="1200" />
30+
<meta property="og:image:height" content="630" />
31+
<meta name="keywords" content="Code Inbox, email client, algorithm mastery, AI-generated posts" />
32+
<meta name="author" content="Mahmoud Harmouch" />
33+
<meta name="copyright" content="© 2023 Code Inbox. All rights reserved." />
34+
<meta name="revisit-after" content="7 days" />
35+
<meta name="language" content="English" />
36+
<meta property="og:linkedin:site_name" content="Code Inbox - Master Algorithms with Ease" />
37+
<meta name="pinterest-rich-pin" content="true" />
38+
<meta property="og:whatsapp" content="Share on WhatsApp" />
39+
<meta name="subject" content="Code Inbox - Email Client" />
40+
<meta name="rating" content="General" />
41+
<meta name="designer" content="Mahmoud Harmouch" />
42+
<meta name="reply-to" content="[email protected]" />
43+
<meta name="target" content="all" />
44+
<meta name="audience" content="all" />
45+
<meta name="mobile-web-app-capable" content="yes" />
46+
<link rel="sitemap" type="application/xml" title="Sitemap" href="https://code-inbox.com/sitemap.xml" />
47+
<script type="application/ld+json">
48+
{
49+
"@context": "http://schema.org",
50+
"@type": "SoftwareApplication",
51+
"name": "Code Inbox",
52+
"description": "A sophisticated email client for mastering algorithms, delivering AI-generated algorithmic posts to your inbox.",
53+
"operatingSystem": "Cross-platform",
54+
"applicationCategory": "Communication",
55+
"url": "https://code-inbox.com/",
56+
"image": "https://code-inbox.com/og-image.jpg"
57+
}
58+
</script>
859
</head>
960
<body>
1061
<div id="root"></div>

public/_redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* /index.html 200

public/apple-touch-icon.png

39.9 KB
Loading

public/favicon-16x16.png

852 Bytes
Loading

public/favicon-32x32.png

2.35 KB
Loading

public/favicon.ico

15 KB
Binary file not shown.

public/logo192.png

44.5 KB
Loading

public/logo512.png

230 KB
Loading

public/main-logo.png

-965 KB
Loading

public/og-image.jpg

151 KB
Loading

0 commit comments

Comments
 (0)