blob: 9666a6ffa68b9601389362bb16ce41ce1cb6ac23 (
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
|
---
layout: default
---
<header>
<h1>
<a href="https://apropos.codes">apropos</a>
</h1>
<div>
<nav>
<a href="/mathematics">mathematics</a>
<a href="/linguistics">linguistics</a>
<b><a href="/computation">computation</a></b>
</nav>
<nav>
<b><a href="/ctf">ctf</a></b>
<a href="/plt">plt</a>
<a href="/web">web</a>
</nav>
<nav>
<a href="/ctf/rev">rev</a>
<a href="/ctf/pwn">pwn</a>
<a href="/ctf/crypto">crypto</a>
<a href="/ctf/web">web</a>
</nav>
</div>
</header>
<main>
{{ content }}
</main>
|