-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
95 lines (73 loc) · 2.94 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>春风十里</title>
<meta name="description" content="> Blog of Xu R, Studying, Living, Creating .Love U & Me > > Machine Learning, Object Detection, Algorithm 's follower
">
<link rel="stylesheet" href="/css/bootstrap.css">
<link rel="stylesheet" href="/css/blog.css">
<link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="/css/mermaid.css">
<link rel="canonical" href="http://xuchong.github.com/">
<link rel="alternate" type="application/rss+xml" title="春风十里" href="http://xuchong.github.com/feed.xml">
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?a1fb7368c2595d16786b1001ee2dc8f9";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<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-93832020-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="wrapper">
<div class="box">
<div class="row">
<!-- sidebar -->
<div class="column col-sm-3" id="sidebar">
<a class="logo" href="/">B</a>
<ul class="nav">
<li><a class="page-link" href="/posts">Posts</a></li>
<li><a class="page-link" href="/archive">Archive</a></li>
<li><a class="page-link" href="/about">About</a></li>
</ul>
<ul class="nav hidden-xs" id="sidebar-footer">
<li>
<a href="#" ><h3>春风十里</h3>不如你</a>
</li>
</ul>
</div>
<!-- /sidebar -->
<!-- main -->
<div class="column col-sm-9" id="main">
<div class="padding">
<div class="full col-sm-9">
<!-- page content -->
<h3 id="section">《春》</h3>
<div class="highlighter-rouge"><pre class="highlight"><code> 春水初生,
春林初盛,
春风十里,不如你。
</code></pre>
</div>
</div><!-- /col-9 -->
</div><!-- /padding -->
</div>
<!-- /main -->
</div>
</div>
</div>
</body>
</html>