blob: 6ad84976f416797688b4b1f8682deb49645d679c (
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
|
---
layout: default
---
<header>
<h1>
<a href="https://apropos.codes">apropos</a>
</h1>
<div>
<nav>
<b><a href="/mathematics">mathematics</a></b>
<a href="/linguistics">linguistics</a>
<a href="/computation">computation</a>
<a href="/ctf">ctf</a>
</nav>
<nav>
<a href="/foundations">foundations</a>
<a href="/algebra">algebra</a>
<a href="/analysis">analysis</a>
</nav>
</div>
</header>
<main>
{{ content }}
</main>
|