-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (40 loc) · 2.21 KB
/
Copy pathindex.html
File metadata and controls
40 lines (40 loc) · 2.21 KB
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 charset="UTF-8">
<meta name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=5.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Logseq: A privacy-first, open-source knowledge base</title>
<link href="https://asset.logseq.com/static/img/logo.png" rel="shortcut icon" type="image/png">
<link href="https://asset.logseq.com/static/img/logo.png" rel="shortcut icon" sizes="192x192">
<link href="https://asset.logseq.com/static/img/logo.png" rel="apple-touch-icon">
<meta content="Logseq" name="apple-mobile-web-app-title">
<meta content="yes" name="apple-mobile-web-app-capable">
<meta content="yes" name="apple-touch-fullscreen">
<meta content="black-translucent" name="apple-mobile-web-app-status-bar-style">
<meta content="yes" name="mobile-web-app-capable">
<meta content="summary_large_image" name="twitter:card">
<meta content="A privacy-first, open-source platform for knowledge management and collaboration."
name="twitter:description">
<meta content="@logseq" name="twitter:site">
<meta content="A privacy-first, open-source knowledge base" name="twitter:title">
<meta content="https://asset.logseq.com/static/img/social-banner-230118.png" name="twitter:image:src">
<meta content="A privacy-first, open-source platform for knowledge management and collaboration."
name="twitter:image:alt">
<meta content="A privacy-first, open-source knowledge base" property="og:title">
<meta content="site" property="og:type">
<meta content="https://logseq.com" property="og:url">
<meta content="https://asset.logseq.com/static/img/social-banner-230118.png" property="og:image">
<meta content="A privacy-first, open-source platform for knowledge management and collaboration."
property="og:description">
<meta content="logseq" property="og:site_name">
<meta description="A privacy-first, open-source platform for knowledge management and collaboration.">
<link rel="stylesheet" href="./assets/global.css">
</head>
<body>
<div id="root"></div>
<script src="https://assets.lemonsqueezy.com/lemon.js" defer></script>
<script src="./src/main.tsx" type="module" defer></script>
</body>
</html>