-
Notifications
You must be signed in to change notification settings - Fork 0
/
archives.html
34 lines (32 loc) · 1.45 KB
/
archives.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Hang Xu - Archives</title>
<meta charset="utf-8" />
<meta name="generator" content="Pelican" />
<link rel="stylesheet" href="/theme/css/main.css" />
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico?" />
</head>
<body id="index" class="home">
<header id="banner" class="body">
<h1><a href="/">Hang Xu</a></h1>
</header><!-- /#banner -->
<nav id="menu"><ul>
<li><a href="/pages/about.html">About</a></li>
<li><a href="/index.html">Blog</a></li>
<li><a href="/CV.pdf">CV</a></li>
<li><a href="/tags.html">Tags</a></li>
</ul></nav><!-- /#menu -->
<h1>Archives for Hang Xu</h1>
<dl>
<dt>Fri 23 October 2020</dt>
<dd><a href="/my-first-article.html">My First Article</a></dd>
</dl>
<footer id="contentinfo" class="body">
<address id="about" class="vcard body">
© 2020 <span xmlns:cc="http://creativecommons.org/ns#" property="cc:attributionName">Hang Xu.</span> Licensed under a <a rel="License" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
Proudly powered by <a href="https://getpelican.com/">Pelican</a>. Blog <a href="/pages/readme.html">README</a>. <a href="/zh/index.html">中文站</a>.
</address><!-- /#about -->
</footer><!-- /#contentinfo -->
</body>
</html>