-
Notifications
You must be signed in to change notification settings - Fork 128
/
Copy pathindex.html
41 lines (41 loc) · 2.25 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
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>CodeCV简历 - 免费在线简历工具,5分钟打造你的金牌简历</title>
<meta name="keywords" content="在线简历,个人简历,简历模板,免费简历,Markdown简历,简历制作软件" />
<meta
name="description"
content="CodeCV简历支持你使用Markdown和富文本双编辑模式来免费编写你的简历,简历模板丰富,20+模板全部免费。"
/>
<meta name="author" content="coderlei" />
<meta name="og:title" content="免费在线简历工具-海量简历模板任你挑选-CodeCV简历" />
<meta
name="og:keywords"
content="在线简历,个人简历,简历模板,免费简历,Markdown简历,简历制作软件"
/>
<meta
name="og:description"
content="CodeCV简历支持你使用Markdown和富文本双编辑模式来免费编写你的简历,简历模板丰富,20+模板全部免费。"
/>
<meta name="360-site-verification" content="7954c6681a6995cef37da0770b0c738a" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="stylesheet" href="https://at.alicdn.com/t/c/font_3737803_dfosfnkopt7.css" />
<link
href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700;900&family=Noto+Serif+SC:wght@200;300;400;500;600;700;900&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet"
/>
<!-- <link rel="stylesheet" href="https://textbus.io/lib/textbus.min.css" /> -->
<!-- <script defer src="https://textbus.io/lib/textbus.min.js"></script> -->
<!-- <script defer src="https://codeleilei.gitee.io/blog/axios.min.js"></script> -->
<!-- <script defer src="https://codeleilei.gitee.io/blog/jspdf.umd.min.js"></script>
<script defer src="https://codeleilei.gitee.io/blog/html2canvas.js"></script> -->
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>