diff options
author | JJ | 2024-09-30 04:06:42 +0000 |
---|---|---|
committer | JJ | 2024-09-30 04:06:42 +0000 |
commit | 6689bda6ad50b1f54ad011c3f43cb77d6d2ec28e (patch) | |
tree | ef1929436a44f251ea872084b08c1296321fb492 /_templates/plt.html | |
parent | 80a28355e979d03ab2dad308758436ff5e32b2ea (diff) |
meow
Diffstat (limited to '_templates/plt.html')
-rw-r--r-- | _templates/plt.html | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/_templates/plt.html b/_templates/plt.html new file mode 100644 index 0000000..6163b74 --- /dev/null +++ b/_templates/plt.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> + <b><a href="/plt">plt</a></b> + <a href="/tech">tech</a> + <a href="/web">web</a> + </nav> +</div> +</header> +<main> +$body$ +</main> +</body> +</html> |