|
1 | 1 | <!doctype html>
|
2 | 2 | <html lang="en">
|
3 | 3 | <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> |
8 | 59 | </head>
|
9 | 60 | <body>
|
10 | 61 | <div id="root"></div>
|
|
0 commit comments