mirror of
http://101.35.51.105:3000/congyu/work_with_codex.git
synced 2026-04-27 22:30:50 +08:00
38 lines
1.2 KiB
HTML
38 lines
1.2 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="googlebot" content="noindex" />
|
|
<title>$title$</title>
|
|
<link rel="stylesheet" href="/css/fonts.css" />
|
|
<link rel="stylesheet" href="/css/default.css" />
|
|
<link rel="stylesheet" href="/css/pygentize.css" />
|
|
<link rel="stylesheet" href="/css/chao-theorems.css" />
|
|
<link rel="stylesheet" href="/css/sidenotes.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<div class="toc">
|
|
<div id="contents-big">
|
|
<p class="mini-header">Contents</p>
|
|
<a id="up-arrow" href="#">#</a>
|
|
$toc$
|
|
</div>
|
|
</div>
|
|
<div class="text-space">
|
|
<header class="no-print">
|
|
<nav>
|
|
<a href="/">Home</a>
|
|
</nav>
|
|
</header>
|
|
<main role="main">
|
|
<h1 class="pagetitle">$title$</h1>
|
|
$body$
|
|
</main>
|
|
<footer></footer>
|
|
</div>
|
|
</body>
|
|
</html>
|