24 lines
942 B
HTML
24 lines
942 B
HTML
<!doctype html>
|
||
<html lang="zh-CN">
|
||
<head>
|
||
<meta charset="UTF-8" />
|
||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||
<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
|
||
href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;600;700&display=swap"
|
||
rel="stylesheet"
|
||
/>
|
||
<title>颜值秤 · 医美 3D 扫描 App | 给你的美,一把精准的秤</title>
|
||
</head>
|
||
<body>
|
||
<div id="root"></div>
|
||
<script type="module" src="/src/main.tsx"></script>
|
||
</body>
|
||
</html>
|
||
|