Files
hgtk-landingpage/index.html

24 lines
942 B
HTML
Raw Normal View History

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
2026-05-11 15:09:39 +08:00
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="颜值秤 — 医美级 3D 面部扫描 App。毫米级建模AI 量化你的立体美与可优化区域,多次扫描自动归档对比,让每一次变美都有迹可循。"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
2026-05-11 15:09:39 +08:00
href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;600;700&display=swap"
rel="stylesheet"
/>
2026-05-11 15:09:39 +08:00
<title>颜值秤 · 医美 3D 扫描 App | 给你的美,一把精准的秤</title>
</head>
<body>
2026-05-11 15:09:39 +08:00
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>
2026-05-11 15:09:39 +08:00