summaryrefslogtreecommitdiff
path: root/_layouts/tech.html
blob: c4e6a76eac17d9bb536e7f83f4dbd84b6f71171e (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://toki.la">apropos</a>
</h1>
<div>
  <nav>
    <a href="/mathematics">mathematics</a>
    <a href="/linguistics">linguistics</a>
    <b><a href="/computation">computation</a></b>
  </nav>
  <nav>
    <a href="/ctf">ctf</a>
    <a href="/plt">plt</a>
    <b><a href="/tech">tech</a></b>
    <a href="/web">web</a>
  </nav>
</div>
</header>
<main>
{{ content }}
</main>