summaryrefslogtreecommitdiff
path: root/_layouts/web.html
diff options
context:
space:
mode:
authorJJ2024-01-05 02:37:28 +0000
committerJJ2024-01-05 02:37:28 +0000
commit439c5d3ef5fb8b8ebba28d45088d9b91db7418ac (patch)
tree279051b346a86c782b3b7ad3a954f1f8dab9bb54 /_layouts/web.html
parent5ffac59a93388e16e90dbdd1c4f68d6a2f2c057a (diff)
meow
Diffstat (limited to '_layouts/web.html')
-rw-r--r--_layouts/web.html31
1 files changed, 31 insertions, 0 deletions
diff --git a/_layouts/web.html b/_layouts/web.html
new file mode 100644
index 0000000..2079d24
--- /dev/null
+++ b/_layouts/web.html
@@ -0,0 +1,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>