diff options
Diffstat (limited to '_layouts/ctf.html')
-rw-r--r-- | _layouts/ctf.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/_layouts/ctf.html b/_layouts/ctf.html new file mode 100644 index 0000000..c38148a --- /dev/null +++ b/_layouts/ctf.html @@ -0,0 +1,26 @@ +--- +layout: default +--- +<header> +<h1> + <a href="https://apropos.codes">apropos</a> +</h1> +<div> + <nav> + <a href="/foundations">foundations</a> + <a href="/computation">computation</a> + <a href="/mathematics">mathematics</a> + <a href="/linguistics">linguistics</a> + <b><a href="/ctf">ctf</a></b> + </nav> + <nav> + <a href="/rev">rev</a> + <a href="/pwn">pwn</a> + <a href="/crypto">crypto</a> + <a href="/web">web</a> + </nav> +</div> +</header> +<main> +{{ content }} +</main> |