blob: 442b5c1422ba4a0e646359a5f42ef08ee5bcae3d (
plain) (
blame)
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
|
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Yuchen's Blog</title>
<link rel="stylesheet" href="../assets/css/default.css" />
<script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script>
</head>
<body>
<header>
<span class="logo">
<a href="blog.html">Yuchen's Blog</a>
</span>
<nav>
<a href="postlist.html">All posts</a><a href="index.html">About</a><a href="blog-feed.xml">Feed</a>
</nav>
</header>
<div class="main">
$body$
<div class="bodyitem">
<p><a href="postlist.html">older posts</a></p>
</div>
</div>
</body>
</html>
|