aboutsummaryrefslogtreecommitdiffstats
path: root/apps/landing/index.html
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2025-04-06 22:57:07 +0100
committerMohamedBassem <me@mbassem.com>2025-04-06 22:57:07 +0100
commit3f2d3560dc04dbee23237d896c1325389035c738 (patch)
treee683bade56297162394075d7ad306c4578ea3c99 /apps/landing/index.html
parent4e32b409a925136ed575b32abe3c8d6028dbc1fb (diff)
downloadkarakeep-3f2d3560dc04dbee23237d896c1325389035c738.tar.zst
refactor: Migrate the landing page from nextjs to vite
Diffstat (limited to 'apps/landing/index.html')
-rw-r--r--apps/landing/index.html40
1 files changed, 40 insertions, 0 deletions
diff --git a/apps/landing/index.html b/apps/landing/index.html
new file mode 100644
index 00000000..266bc2f6
--- /dev/null
+++ b/apps/landing/index.html
@@ -0,0 +1,40 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <meta
+ name="description"
+ content="The Bookmark Everything app. Hoard links, notes, and images and they will get automatically tagged AI."
+ />
+ <meta property="og:title" content="Karakeep" />
+ <meta
+ property="og:description"
+ content="The Bookmark Everything app. Hoard links, notes, and images and they will get automatically tagged AI."
+ />
+ <meta property="og:image:type" content="image/png" />
+ <meta property="og:image:width" content="3624" />
+ <meta property="og:image:height" content="1956" />
+ <meta
+ property="og:image"
+ content="https://karakeep.app/opengraph-image.png"
+ />
+ <meta name="twitter:card" content="summary_large_image" />
+ <meta name="twitter:title" content="Karakeep" />
+ <meta
+ name="twitter:description"
+ content="The Bookmark Everything app. Hoard links, notes, and images and they will get automatically tagged AI."
+ />
+ <meta name="twitter:image:type" content="image/png" />
+ <meta name="twitter:image:width" content="3624" />
+ <meta name="twitter:image:height" content="1956" />
+ <meta
+ name="twitter:image"
+ content="https://karakeep.app/twitter-image.png"
+ />
+ <link rel="icon" href="/favicon.ico" type="image/x-icon" sizes="16x16" />
+ <link href="/src/styles.css" rel="stylesheet" />
+ </head>
+ <body>
+ <div id="root"></div>
+ <script type="module" src="/src/main.tsx"></script>
+ </body>
+</html>