aboutsummaryrefslogtreecommitdiffstats
path: root/apps/landing/index.html
diff options
context:
space:
mode:
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>