-
-
Notifications
You must be signed in to change notification settings - Fork 184
/
index.html
29 lines (25 loc) · 932 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=0, user-scalable=yes,shrink-to-fit=no">
<meta name="description" content="91化简-开源简历制作神器!免费制作一份精美的简历!">
<meta name="baidu-site-verification" content="code-HxiWyWK6Aq" />
<meta name="msvalidate.01" content="F024AF253277E33350D8157626C9480D" />
<title>91化简-一款免费开源的简历制作神器</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
<script>
var _hmt = _hmt || [];
(function () {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?fb46512da1edf2284c229d53e4bd448b";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</html>