diff options
author | JJ | 2024-09-30 05:20:47 +0000 |
---|---|---|
committer | JJ | 2024-09-30 05:20:47 +0000 |
commit | b65a06d69bba0059a585b6e85d41cc0989863e07 (patch) | |
tree | 66fa01d1a3955e6d562c8193eb2e126042891ed5 /_templates/web.html | |
parent | c0f0661466fc9f9aa945bce097d78b987266fdd2 (diff) |
remove wiki templates & update wiki link
Diffstat (limited to '_templates/web.html')
-rw-r--r-- | _templates/web.html | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/_templates/web.html b/_templates/web.html deleted file mode 100644 index 889be5d..0000000 --- a/_templates/web.html +++ /dev/null @@ -1,34 +0,0 @@ -<!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="/css/style.css"/> - <link rel="stylesheet" href="/css/wiki.css"/> - <title> $title$ </title> -</head> -<body> -<header> -<h1> - <a href="https://toki.la">apropos</a> -</h1> -<div> - <nav> - <a href="/wiki/math">mathematics</a> - <a href="/wiki/ling">linguistics</a> - <b><a href="/wiki/cpsc">computation</a></b> - </nav> - <nav> - <a href="/wiki/ctf">ctf</a> - <a href="/wiki/plt">plt</a> - <a href="/wiki/tech">tech</a> - <b><a href="/wiki/web">web</a></b> - </nav> -</div> -</header> -<main> -$body$ -</main> -</body> -</html> |