blob: 7cd66f1148c02b749871235ef341624f3374f555 (
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>$title$</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="index.html">Yuchen Pei</a>
</span>
<nav>
<a href="blog.html">Blog</a><a href="microblog.html">Microblog</a><a href="links.html">Links</a>
</nav>
</header>
<div class="main">
<div class="bodyitem">
$body$
</div>
</div>
</body>
</html>
|