Files

19 lines
1.0 KiB
HTML

<!DOCTYPE html>
<html lang="zh-CN" class="scroll-smooth">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="https://r2.flowith.net/files/o/1752574406770-thoughtful_kaikai_character_generation_index_1@1024x1024.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>开心APP - 你的情绪陪伴使者</title>
<meta name="description" content="开心APP - 你的情绪陪伴使者,记录、分析、分享你的情绪世界" />
<!-- Tailwind CSS 已通过本地安装配置 -->
<script src="https://unpkg.com/lucide@latest"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&display=swap" rel="stylesheet">
</head>
<body class="bg-light-gray font-sans text-text-dark">
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>