summaryrefslogtreecommitdiff
path: root/_layouts/web.html
blob: 2079d243fa1e0405aa45f10d58778be6b0e5b1b0 (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
---
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>
    <a href="/ctf">ctf</a>
    <a href="/plt">plt</a>
    <b><a href="/web">web</a></b>
  </nav>
  <nav>
    <a href="/web/css">css</a>
    <a href="/web/tailwind">tailwind</a>
    <a href="/web/html">html</a>
    <a href="/web/htmx">htmx</a>
    <a href="/web/markdown">markdown</a>
    <a href="/web/networking">networking</a>
  </nav>
</div>
</header>
<main>
{{ content }}
</main>