Files
AI-interview-web/index.html

14 lines
405 B
HTML
Raw Permalink Normal View History

2025-09-08 17:31:33 +08:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2025-10-10 18:04:59 +08:00
<link rel="icon" type="image/svg+xml" href="/ChatDots.svg" />
2025-09-08 17:31:33 +08:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2025-10-10 18:04:59 +08:00
<title>AI 智能面试官 | 职位技能对话与复盘平台</title>
2025-09-08 17:31:33 +08:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>