diff options
Diffstat (limited to '_templates/plt.html')
-rw-r--r-- | _templates/plt.html | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/_templates/plt.html b/_templates/plt.html deleted file mode 100644 index 02e3cdb..0000000 --- a/_templates/plt.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> - <b><a href="/wiki/plt">plt</a></b> - <a href="/wiki/tech">tech</a> - <a href="/wiki/web">web</a> - </nav> -</div> -</header> -<main> -$body$ -</main> -</body> -</html> |