summaryrefslogtreecommitdiff
path: root/_templates/tech.html
diff options
context:
space:
mode:
authorJJ2024-09-30 04:06:42 +0000
committerJJ2024-09-30 04:06:42 +0000
commit6689bda6ad50b1f54ad011c3f43cb77d6d2ec28e (patch)
treeef1929436a44f251ea872084b08c1296321fb492 /_templates/tech.html
parent80a28355e979d03ab2dad308758436ff5e32b2ea (diff)
meow
Diffstat (limited to '_templates/tech.html')
-rw-r--r--_templates/tech.html34
1 files changed, 34 insertions, 0 deletions
diff --git a/_templates/tech.html b/_templates/tech.html
new file mode 100644
index 0000000..3261ec6
--- /dev/null
+++ b/_templates/tech.html
@@ -0,0 +1,34 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8"/>
+ <meta name="viewport" content="width=device-width"/>
+ <link rel="icon" type="image/jpg" href="/assets/light.png"/>
+ <link rel="stylesheet" href="https://toki.la/css/style.css"/>
+ <link rel="stylesheet" href="https://toki.la/css/wiki.css"/>
+ <title> $title$ </title>
+</head>
+<body>
+<header>
+<h1>
+ <a href="https://toki.la">apropos</a>
+</h1>
+<div>
+ <nav>
+ <a href="/math">mathematics</a>
+ <a href="/ling">linguistics</a>
+ <b><a href="/cpsc">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>
+$body$
+</main>
+</body>
+</html>