forked from hylarucoder/YaVueBlog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 869 Bytes
/
Copy pathindex.html
File metadata and controls
25 lines (25 loc) · 869 Bytes
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>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="stylesheet" href="/static/iconfont/iconfont.css">
<!--<link rel="stylesheet" href="https://unpkg.com/katex@0.6.0/dist/katex.min.css">-->
<link href="https://cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.css" rel="stylesheet">
<link rel="stylesheet" href="/static/hightlight/solarized-light.css">
<title>MG 的编程小屋</title>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
<script src="/static/js/smooth-scroll.min.js"></script>
<script>
var scroll = new SmoothScroll('a[href*="#"]',{
header: '.g-header',
speed: 500,
offset: 10,
easing: 'easeInOutCubic'
});
</script>
</body>
</html>