-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (25 loc) · 1.09 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="robots" content="all">
<meta name="author" content="许道斌">
<meta name="description" content="许道斌的个人博客、许道斌的前端学习博客、许道斌的学习博客、许道斌的个人网站、许道斌的个人学习博客网站" />
<meta name="keywords" content="许道斌、许道斌的前端学习网站、许道斌博客、许道斌的博客、许道斌的学习博客" />
<title>许道斌的个人博客</title>
<link rel="stylesheet" href="//at.alicdn.com/t/font_1323128_g91e3tk43mk.css">
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?74ff86949ff13aa43c78ea4066435b43";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<!-- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no" /> -->
</head>
<body>
<div id="app"></div>
</body>
</html>