blob: 266bc2f6d66f3030e2dc4179b8aef7149c192575 (
plain) (
blame)
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
|
<!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>
|