forked from chaoxu/chaoxu.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
56 lines (52 loc) · 2.44 KB
/
blog.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="The Art Gallery Guardian">
<meta name="author" content="Chao Xu">
<meta name="google-site-verification" content="YE2oeW4OwVOPdVVfdpYIakOuD0A2Qo80W_sUbMJDGok" />
<meta property="og:title" content="Posts" />
<meta property="og:type" content="article" />
<meta property="og:site_name" content="The Art Gallery Guardian" />
<meta property="article:tag" content="" />
<title>Posts</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.0/dist/katex.min.css" integrity="sha384-Xi8rHCmBmhbuyyhbI88391ZKP2dmfnOl4rT9ZfRI7mLTdk1wblIUnrIq35nqwEvC" crossorigin="anonymous">
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"/>
<link rel="stylesheet" href="/css/default.css" crossorigin="anonymous">
<link rel="stylesheet" href="/css/blog.css" crossorigin="anonymous">
<link rel="alternate" type="application/rss+xml" title="RSS"
href="https://chaoxu.prof/rss.xml">
</head>
<body>
<header class="hide-on-print">
<div id="site-title">
<a>Nothing</a>
</div>
<!-- <div id="site-title">
<a href="/blog.html">The Art Gallery Guardian</a>
</div> -->
<!-- <div style="display: none;">
<img src="/files/chao/chao_thumb.jpg" >
</div> -->
</header>
<nav class="hide-on-print">
<ul>
<li><a href="/">Go back</a></li>
<!-- <li><a href="/blog.html">Blog</a></li> -->
<!-- <li><a href="/cnblog.html">中文博客</a></li> -->
<!-- <li><a href="/files/cv.pdf">CV</a></li> -->
<!-- <li><a href="/pages/tools.html">Tools</a></li> -->
</ul>
</nav>
<main>
<article>
<h1 id="article-title">Posts</h1>
<table class="postindex">
</table>
</article>
</main>
<footer class="hide-on-print">© 2023 - <time><script>document.write(new Date().getFullYear())</script></time> <a href="https://keshi.pro" rel="author">Ke Shi</a>. This work is based on the original work by <a href="https://chaoxu.prof">Chao Xu</a> and licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
<a href="/README.html">Blog README</a>.</footer>
</body>
</html>