-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathindex.html
65 lines (55 loc) · 2.13 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<html>
<head>
<meta charset='utf-8'>
<title>Silentor</title>
<!-- responsive -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<!-- favicon -->
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<!-- import vendor styles -->
<link rel="stylesheet" href="vendor/blog.css">
<link rel="stylesheet" href="vendor/github-markdown.css">
<!-- code highlight css-->
<link rel="stylesheet" href="vendor/highlight/styles/github.css">
</head>
<body>
<!-- sidebar -->
<div class="sidebar">
<div class="sidebar-inner">
<div class="sidebar-page" id="sidebar-page"></div>
</div>
</div>
<!-- main -->
<div class="main" id="main">
<div class="main-inner">
<div class="main-page markdown-body" id="main-page"></div>
</div>
<!-- 多说评论框 start -->
<div class="ds-thread" data-thread-key="请将此处替换成文章在你的站点中的ID" data-title="请替换成文章的标题" data-url="请替换成文章的网址"></div>
<!-- 多说评论框 end -->
<!-- 多说公共JS代码 start (一个网页只需插入一次) -->
<script type="text/javascript">
var duoshuoQuery = {
short_name: "jayin"
};
(function() {
var ds = document.createElement('script');
ds.type = 'text/javascript';
ds.async = true;
ds.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//static.duoshuo.com/embed.js';
ds.charset = 'UTF-8';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ds);
})();
</script>
<!-- 多说公共JS代码 end -->
</div>
</body>
<!-- import vendor scripts -->
<script src="vendor/jquery-1.11.1.min.js"></script>
<script src="vendor/marked-0.3.2.min.js"></script>
<script src="vendor/blog.js"></script>
<!-- 可选的动画 -->
<script src="vendor/anim.js"></script>
<!-- code highlight-->
<script src="vendor/highlight/highlight.pack.js"></script>
</html>