summaryrefslogtreecommitdiff
path: root/_templates/plt.html
blob: 02e3cdbb01e4cc6a4f1cda7a6ec467bc20bee101 (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
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8"/>
	<meta name="viewport" content="width=device-width"/>
	<link rel="icon" type="image/jpg" href="/assets/light.png"/>
	<link rel="stylesheet" href="/css/style.css"/>
	<link rel="stylesheet" href="/css/wiki.css"/>
	<title> $title$ </title>
</head>
<body>
<header>
<h1>
	<a href="https://toki.la">apropos</a>
</h1>
<div>
	<nav>
		<a href="/wiki/math">mathematics</a>
		<a href="/wiki/ling">linguistics</a>
		<b><a href="/wiki/cpsc">computation</a></b>
	</nav>
	<nav>
		<a href="/wiki/ctf">ctf</a>
		<b><a href="/wiki/plt">plt</a></b>
		<a href="/wiki/tech">tech</a>
		<a href="/wiki/web">web</a>
	</nav>
</div>
</header>
<main>
$body$
</main>
</body>
</html>