-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (29 loc) · 1.09 KB
/
index.html
File metadata and controls
32 lines (29 loc) · 1.09 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no,shrink-to-fit=no">
<meta name="theme-color" content="#000000">
<meta name="format-detection" content="telephone=no">
<title>hursing的技术博客</title>
<meta name="keywords" content="hursing,技术博客,blog,iOS,Android,安卓,前端,react,vue,React Native,shell,bash,nodejs,nunjucks">
<meta name="description" content="hursing的技术博客">
<meta name="author" content="hursing,刘恒兴">
<link rel="stylesheet" href="https://unpkg.com/reset-css@4.0.1/reset.css" />
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?7943ab423563689cb681a7a945874594";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>
<body ontouchstart>
<div id="root">
博客目录
旧博客地址<a href="https://blog.csdn.net/hursing">https://blog.csdn.net/hursing</a>
</div>
</body>
</html>