-
Notifications
You must be signed in to change notification settings - Fork 23
/
index.html
30 lines (26 loc) · 1.18 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./src/assets/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<link rel="stylesheet" href="./src/assets/icons/fonts/icon.css">
<title>Open Resume 免费的在线简历制作工具</title>
<meta name="description" content="Open Resume 是一个免费的在线简历制作工具,支持多种模板,可在线编辑,简历导出 PDF,支持多端显示,包括 PC 端、手机端、微信端。" />
<meta name="keywords" content="简历, 简历制作, 免费简历, 求职, Boss直聘, 拉钩, Boss, 在线简历制作" />
<meta name="baidu-site-verification" content="codeva-PLUFlyUXVB" />
<script>
var _hmt = _hmt || [];
(function () {
var hm = document.createElement("script")
hm.src = "https://hm.baidu.com/hm.js?2d3cb59b0c0a4b0906b33579ce955c3c"
var s = document.getElementsByTagName("script")[0]
s.parentNode.insertBefore(hm, s)
})();
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="./src/index.tsx"></script>
</body>
</html>