-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (41 loc) · 2.43 KB
/
Copy pathindex.html
File metadata and controls
50 lines (41 loc) · 2.43 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
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>习惯飞轮 - 让每一份努力都精准浇灌你的目标</title>
<meta name="description" content="基于双核机制的智能习惯管理应用,通过习惯飞轮产生复利效应,用需求验证减少冲动消费,建立可持续的成长循环。" />
<meta name="author" content="习惯飞轮团队" />
<meta name="keywords" content="习惯管理,目标达成,习惯飞轮,能量系统,奖励机制,个人成长" />
<!-- Open Graph -->
<meta property="og:title" content="习惯飞轮 - 让每一份努力都精准浇灌你的目标" />
<meta property="og:description" content="基于双核机制的智能习惯管理应用,让每次努力都有明确的目标导向" />
<meta property="og:type" content="website" />
<meta property="og:image" content="/og-image.svg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="习惯飞轮 - 让每一份努力都精准浇灌你的目标" />
<meta name="twitter:description" content="基于双核机制的智能习惯管理应用,让每次努力都有明确的目标导向" />
<meta name="twitter:image" content="/og-image.svg" />
<!-- Apple Web App -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="apple-mobile-web-app-title" content="习惯飞轮" />
<!-- Theme Color -->
<meta name="theme-color" content="#7C3AED" />
<meta name="msapplication-navbutton-color" content="#7C3AED" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<!-- PWA Manifest -->
<link rel="manifest" href="/manifest.json" />
<!-- Favicon -->
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🌟</text></svg>" />
<!-- Umami Analytics -->
<script defer src="https://cloud.umami.is/script.js" data-website-id="749d630a-5884-4ef5-9613-ccf412faacfe"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>