mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-20 15:02:12 +03:00
2f6c4e3696
Co-authored-by: Hongtao Lye <codert.sn@gmail.com> Co-authored-by: liuyi <forehalo@gmail.com> Co-authored-by: LongYinan <lynweklm@gmail.com> Co-authored-by: X1a0t <405028157@qq.com> Co-authored-by: JimmFly <yangjinfei001@gmail.com> Co-authored-by: Peng Xiao <pengxiao@outlook.com> Co-authored-by: xiaodong zuo <53252747+zuoxiaodong0815@users.noreply.github.com> Co-authored-by: DarkSky <25152247+darkskygit@users.noreply.github.com> Co-authored-by: Qi <474021214@qq.com> Co-authored-by: danielchim <kahungchim@gmail.com>
47 lines
1.7 KiB
HTML
47 lines
1.7 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1, maximum-scale=1"
|
|
/>
|
|
<title>AFFiNE</title>
|
|
<meta name="theme-color" content="#fafafa" />
|
|
<link rel="manifest" href="/manifest.json" />
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
|
<link rel="icon" sizes="192x192" href="/chrome-192x192.png" />
|
|
<meta name="emotion-insertion-point" content="" />
|
|
<meta property="description" content="{description}" />
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<meta name="twitter:url" content="https://app.affine.pro/" />
|
|
<meta
|
|
name="twitter:title"
|
|
content="AFFiNE: There can be more than Notion and Miro."
|
|
/>
|
|
<meta name="twitter:description" content="{description}" />
|
|
<meta name="twitter:site" content="@AffineOfficial" />
|
|
<meta name="twitter:image" content="https://affine.pro/og.jpeg" />
|
|
<meta
|
|
property="og:title"
|
|
content="AFFiNE: There can be more than Notion and Miro."
|
|
/>
|
|
<meta property="og:type" content="website" />
|
|
<meta
|
|
property="og:description"
|
|
content="There can be more than Notion and Miro. AFFiNE is a next-gen knowledge base that brings planning, sorting and creating all together."
|
|
/>
|
|
<meta property="og:url" content="https://app.affine.pro/" />
|
|
<meta property="og:image" content="https://affine.pro/og.jpeg" />
|
|
<link
|
|
data-react-helmet="true"
|
|
rel="shortcut icon"
|
|
href="https://affine.pro/favicon.ico"
|
|
/>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app" data-version="<%= GIT_SHORT_SHA %>"></div>
|
|
</body>
|
|
</html>
|