-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
25 lines (25 loc) · 1.14 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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/title.svg" />
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
<meta name="description" content="your notes是一款个人博客兼浏览器主页的技术社区,开发者们可以在上面记录自己的学习笔记,沉淀分享。" />
<meta name="keywords" content="yournotes,your notes,前端,后端,博客,大数据,人工智能,小程序,开发者,Vue,React,Python,golang,面试" />
<title>your notes</title>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?725385308efc5a8daf1e7beed7a6e29b";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<script defer type="text/javascript" charset="utf-8" src="timing.js"></script>
</body>
</html>