-
Notifications
You must be signed in to change notification settings - Fork 57
/
Copy pathindex.html
17 lines (17 loc) · 1.13 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🧑🎓</text></svg>">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>在线简历生成工具</title>
<meta name="keywords" content="在线简历生成工具,简历制作工具,生成简历,简历模板,PDF简历导出,resume builder,resume templates,CV maker,PDF resume export">
<meta name="description" content="使用在线简历生成工具快速创建并导出PDF简历 | Create and export professional PDF resumes instantly with our online resume builder">
<meta name="description" lang="zh-CN" content="使用在线简历生成工具,快速创建精美简历,支持导出PDF格式,轻松打造完美职业形象。">
<meta name="description" lang="en" content="Create professional resumes effortlessly with our online resume builder.">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>