Files
note-zero/frontend/index.html
T
2026-07-29 17:40:14 +08:00

48 lines
2.2 KiB
HTML

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="theme-color" content="#f3f0e9" />
<meta
name="description"
content="一个先保存、后理解的私人 AI 笔记本。自由记录零散念头,由 AI 在后台整理并跟踪它们如何生长。"
/>
<meta property="og:type" content="website" />
<meta property="og:locale" content="zh_CN" />
<meta property="og:site_name" content="续想" />
<meta property="og:title" content="续想|让零散的念头,继续往前走" />
<meta
property="og:description"
content="一个先保存、后理解的私人 AI 笔记本。自由记录零散念头,由 AI 在后台整理并跟踪它们如何生长。"
/>
<meta property="og:url" content="https://note.k1412.top/" />
<meta property="og:image" content="https://note.k1412.top/share-card.png" />
<meta property="og:image:secure_url" content="https://note.k1412.top/share-card.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta
property="og:image:alt"
content="续想:让零散的念头,继续往前走。"
/>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="续想|让零散的念头,继续往前走" />
<meta
name="twitter:description"
content="一个先保存、后理解的私人 AI 笔记本。自由记录零散念头,由 AI 在后台整理并跟踪它们如何生长。"
/>
<meta name="twitter:image" content="https://note.k1412.top/share-card.png" />
<meta name="twitter:image:alt" content="续想:让零散的念头,继续往前走。" />
<link rel="icon" href="/icon.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="/logo-512.png" />
<link rel="image_src" href="https://note.k1412.top/share-card.png" />
<link rel="manifest" href="/manifest.webmanifest" />
<title>续想</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>