-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (25 loc) · 1.64 KB
/
Copy pathindex.html
File metadata and controls
28 lines (25 loc) · 1.64 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
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AtomFlow — 让每一篇文章都成为复利资产</title>
<meta name="description" content="AtomFlow 是集信息推送、原子化存储与智能写作为一体的知识工作台。不再主动找信息,让信息找你——阅读即沉淀,写作时灵感自动涌现,不错过任何一篇你看过的相关内容。" />
<meta name="keywords" content="AtomFlow,原子流,知识管理,RSS阅读器,原子卡片,AI写作,复利资产,信息找你" />
<!-- Open Graph / 社交分享卡片 -->
<meta property="og:type" content="website" />
<meta property="og:title" content="AtomFlow — 让每一篇文章都成为复利资产" />
<meta property="og:description" content="集信息推送、原子化存储与智能写作为一体的知识工作台。打破传统笔记「主动存」的痛点,让信息找你。" />
<meta property="og:site_name" content="AtomFlow" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="AtomFlow — 让每一篇文章都成为复利资产" />
<meta name="twitter:description" content="集信息推送、原子化存储与智能写作为一体的知识工作台。打破传统笔记「主动存」的痛点,让信息找你。" />
<!-- Favicon — Blue constellation atom flow -->
<link rel="icon" type="image/svg+xml" href="/atomflow-icon.svg" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>