Files
resume-agent/frontend/index.html
T
2026-07-20 14:48:41 +08:00

18 lines
508 B
HTML

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#eef8f7" />
<meta
name="description"
content="OfferPai AI 简历共创助手,通过对话把经历整理成一份完整简历。"
/>
<title>简历共创室 · OfferPai</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>