-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlegacy.html
More file actions
173 lines (146 loc) · 4.4 KB
/
Copy pathlegacy.html
File metadata and controls
173 lines (146 loc) · 4.4 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<!doctype html>
<html lang="zh-cn">
<head>
<title>Legacy · ccinv
</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="ccinv" />
<meta name="copyright" content="ccinv" />
<link rel="shortcut icon" href="/theme/images/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="/theme/images/apple-touch-icon.png" />
<link rel="apple-touch-icon" sizes="57x57" href="/theme/images/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="72x72" href="/theme/images/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="114x114" href="/theme/images/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="144x144" href="/theme/images/apple-touch-icon-144x144.png" />
<link rel="icon" href="/theme/images/apple-touch-icon-144x144.png" />
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.1/css/font-awesome.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="/theme/css/pure-min.css">
<link rel="stylesheet" href="/theme/css/style.css?4d270d3e">
<link rel="stylesheet" type="text/css" href="/theme/css/code.css">
</head>
<body>
<div class="pure-g-r" id="layout">
<div class="sidebar pure-u">
<header class="header">
<nav class="pure-menu pure-menu-open">
<a href="" class="pure-menu-heading">ccinv</a>
<ul class="nav-list">
<li >
<a href="/categories.html">Categories</a>
</li>
<li >
<a href="/tags.html">Tags</a>
</li>
<li >
<a href="/archives.html">Archives</a>
</li>
<li class="pure-menu-selected" >
<a href="/legacy.html">Legacy</a>
</li>
</ul>
<ul class="nav-list">
<li>
<form class="pure-form" action="/search.html" onsubmit="return validateForm(this.elements['q'].value);">
<input type="text" placeholder="Search" name="q" id="tipue_search_input" required>
</form>
</li>
</ul>
</nav>
</header>
</div>
<div class="pure-u-1">
<div class="content">
<!-- A wrapper for all the blog posts -->
<div class="posts">
<h1 class="content-subhead">
Legacy
</h1>
<details class="list-of-categories" open>
<summary>
<span>8</span>
</summary>
<div>
<ul class="list-articles-category">
<li>
<a href="/legacy/zjoi2018.html">ZJOI 2018
</a>
<span>
<time pubdate="pubdate" datetime="2018/04/30">2018/04/30</time>
</span>
</li>
<li>
<a href="/legacy/microlight_doc_cn.html">Microlight中文文档
</a>
<span>
<time pubdate="pubdate" datetime="2018/04/10">2018/04/10</time>
</span>
</li>
<li>
<a href="/legacy/winter2018.html">WINTER 2018
</a>
<span>
<time pubdate="pubdate" datetime="2018/02/25">2018/02/25</time>
</span>
</li>
<li>
<a href="/legacy/easy_graphviz.html">简易的Graphviz用法笔记
</a>
<span>
<time pubdate="pubdate" datetime="2018/02/16">2018/02/16</time>
</span>
</li>
<li>
<a href="/legacy/coci2018.html">COCI2018抓水题
</a>
<span>
<time pubdate="pubdate" datetime="2018/02/09">2018/02/09</time>
</span>
</li>
<li>
<a href="/legacy/pkuwc2018.html">PKUWC 2018
</a>
<span>
<time pubdate="pubdate" datetime="2018/02/01">2018/02/01</time>
</span>
</li>
<li>
<a href="/legacy/oi_formula.html">OI公式集
</a>
<span>
<time pubdate="pubdate" datetime="2018/01/18">2018/01/18</time>
</span>
</li>
<li>
<a href="/legacy/oi_template.html">OI板子集合
</a>
<span>
<time pubdate="pubdate" datetime="2018/01/14">2018/01/14</time>
</span>
</li>
</ul>
</div>
</details>
</div>
<footer class="footer">
<p>
</p>
<p>
Powered by <a href="http://getpelican.com/" title="Pelican Home Page">Pelican</a>
/ <a href="http://purecss.io/" title="Pure Home Page">Pure</a>
</p>
<p>
Theme is <a href="http://github.com/if1live/pelican-sora" title="Theme pelican-sora Home Page">pelican-sora</a> by <a href="http://libsora.so" title="libsora.so Home Page">libsora.so</a>.
Base theme is <a href="http://oncrashreboot.com/pelican-elegant" title="Theme Elegant Home Page">Elegant</a> by <a href="http://oncrashreboot.com" title="Talha Mansoor Home Page">Talha Mansoor</a>.
</p>
</footer> </div>
</div>
</div>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script type="text/javascript">
function validateForm(query) {
return (query.length > 0);
}
</script>
</body>
</html>