summaryrefslogtreecommitdiff
path: root/_templates/foundations.html
diff options
context:
space:
mode:
Diffstat (limited to '_templates/foundations.html')
-rw-r--r--_templates/foundations.html33
1 files changed, 0 insertions, 33 deletions
diff --git a/_templates/foundations.html b/_templates/foundations.html
deleted file mode 100644
index ec90b1b..0000000
--- a/_templates/foundations.html
+++ /dev/null
@@ -1,33 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <meta charset="UTF-8"/>
- <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
- <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>
- <b><a href="/wiki/math">mathematics</a></b>
- <a href="/wiki/ling">linguistics</a>
- <a href="/wiki/cpsc">computation</a>
- </nav>
- <nav>
- <b><a href="/wiki/math/foundations">foundations</a></b>
- <a href="/wiki/math/algebra">algebra</a>
- <a href="/wiki/math/analysis">analysis</a>
- </nav>
-</div>
-</header>
-<main>
-$body$
-</main>
-</body>
-</html>