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