summaryrefslogtreecommitdiff
path: root/_templates/web.html
diff options
context:
space:
mode:
Diffstat (limited to '_templates/web.html')
-rw-r--r--_templates/web.html34
1 files changed, 34 insertions, 0 deletions
diff --git a/_templates/web.html b/_templates/web.html
new file mode 100644
index 0000000..3950e45
--- /dev/null
+++ b/_templates/web.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>
+ <a href="/tech">tech</a>
+ <b><a href="/web">web</a></b>
+ </nav>
+</div>
+</header>
+<main>
+$body$
+</main>
+</body>
+</html>