forked from byrwiki/byrwiki
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathliuyan.html
More file actions
122 lines (73 loc) · 3.8 KB
/
liuyan.html
File metadata and controls
122 lines (73 loc) · 3.8 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
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html><html>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" />
<head><title>留言板 | Byr.wiki·北邮人导航</title>
<link rel="shortcut icon" href="http://yun.zhangxingqiu.cn/favicon.ico">
<meta name="Keywords" content="北京邮电大学,导航,北邮人,Byr,Byr.wiki"/>
<meta name="Description" content="北邮人常用的网址导航 随时随地 Byr.wiki 记住一个就够了!"/>
<!--
作者:i@zhangxingqiu.cn
时间:2016-12-15
描述:为了提升访问速度,改为访问放在阿里云服务器里的样式文件,实际上源代码和本地一样。如果想要更换为本地的路径,可使用搜索替换功能,把 http://byr.zhangxingqiu.cn/ 替换为 ./ 即可。
-->
<link href="http://yun.zhangxingqiu.cn/css/bootstrap.min.css" rel="stylesheet" />
<link href="http://yun.zhangxingqiu.cn/css/frontstyle.css" rel="stylesheet" >
<link href='http://yun.zhangxingqiu.cn/css/marxico.css' rel='stylesheet'>
<!--
<link href="./css/bootstrap.min.css" rel="stylesheet" />
<link rel="stylesheet" href="./css/frontstyle.css">
<link href='./css/marxico.css' rel='stylesheet'>
-->
</head>
<body>
<ul class="nav nav-tabs" ">
<div id="header2">
<a class="LOGO1" href="http://byr.wiki"><img id="zb" src="./images/logo7.png" alt="北邮人导航"></a>
<!--<a href="http://life.zhangxingqiu.cn/" class="yb">作者博客</a>
<a href="http://720yun.com/t/e1f2exb8ayi" class="yb">北邮全景</a>-->
<!-- <a href="https://github.com/byrwiki/byrwiki.github.io" class="yb">网站源码</a>-->
<a href="http://byr.wiki/liuyan.html" class="yb">关于页面</a>
<!-- <a href="http://byr123.irockbunny.com/" class="yb">新版导航</a>-->
</div>
</ul>
<div class="container">
<div class="jumbotron">
<img src="http://yun.zhangxingqiu.cn/images/byrbg.jpg" class="img-responsive img-rounded " alt="留言板板板">
<br />
<p align="center"><a class="btn btn-primary btn-lg" href="https://github.com/byrwiki/byrwiki.github.io/blob/master/README.md" target="_blank" role="button">还想了解更多?</a></p>
<br />
<!-- 多说评论框 start -->
<div class="ds-thread" data-thread-key="1" data-title="留言板" data-url="http://byr.wiki/liuyan.html"></div>
<!-- 多说评论框 end -->
<!-- 多说公共JS代码 start (一个网页只需插入一次) -->
<script type="text/javascript">
var duoshuoQuery = {short_name:"byrwiki"};
(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>
</div>
</div>
<div id="footer1">
<center>
<script type="text/javascript" >var cnzz_protocol = (("https:" == document.location.protocol) ? " https://" : " http://");document.write(unescape("%3Cspan id='cnzz_stat_icon_1260446707'%3E%3C/span%3E%3Cscript src='" + cnzz_protocol + "s95.cnzz.com/z_stat.php%3Fid%3D1260446707%26online%3D1%26show%3Dline' type='text/javascript'%3E%3C/script%3E"));
</script>
</center>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-72788532-6', 'auto');
ga('send', 'pageview');
</script>
</body></html>