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 | |
parent | 80a28355e979d03ab2dad308758436ff5e32b2ea (diff) |
meow
-rw-r--r-- | _templates/algebra.html | 33 | ||||
-rw-r--r-- | _templates/analysis.html | 33 | ||||
-rw-r--r-- | _templates/computation.html | 34 | ||||
-rw-r--r-- | _templates/ctf.html | 34 | ||||
-rw-r--r-- | _templates/foundations.html | 33 | ||||
-rw-r--r-- | _templates/linguistics.html | 33 | ||||
-rw-r--r-- | _templates/mathematics.html | 33 | ||||
-rw-r--r-- | _templates/plt.html | 34 | ||||
-rw-r--r-- | _templates/tech.html | 34 | ||||
-rw-r--r-- | _templates/web.html | 34 |
10 files changed, 335 insertions, 0 deletions
diff --git a/_templates/algebra.html b/_templates/algebra.html new file mode 100644 index 0000000..8e6744b --- /dev/null +++ b/_templates/algebra.html @@ -0,0 +1,33 @@ +<!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> + <b><a href="/math">mathematics</a></b> + <a href="/cpsc">linguistics</a> + <a href="/cpsc">computation</a> + </nav> + <nav> + <a href="/math/foundations">foundations</a> + <b><a href="/math/algebra">algebra</a></b> + <a href="/math/analysis">analysis</a> + </nav> +</div> +</header> +<main> +$body$ +</main> +</body> +</html> diff --git a/_templates/analysis.html b/_templates/analysis.html new file mode 100644 index 0000000..d8eb308 --- /dev/null +++ b/_templates/analysis.html @@ -0,0 +1,33 @@ +<!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> + <b><a href="/math">mathematics</a></b> + <a href="/ling">linguistics</a> + <a href="/cpsc">computation</a> + </nav> + <nav> + <a href="/math/foundations">foundations</a> + <a href="/math/algebra">algebra</a> + <b><a href="/math/analysis">analysis</a></b> + </nav> +</div> +</header> +<main> +$body$ +</main> +</body> +</html> diff --git a/_templates/computation.html b/_templates/computation.html new file mode 100644 index 0000000..f9f9491 --- /dev/null +++ b/_templates/computation.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> + <a href="/plt">plt</a> + <a href="/tech">tech</a> + <a href="/web">web</a> + </nav> +</div> +</header> +<main> +$body$ +</main> +</body> +</html> diff --git a/_templates/ctf.html b/_templates/ctf.html new file mode 100644 index 0000000..7465060 --- /dev/null +++ b/_templates/ctf.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> + <b><a href="/ctf">ctf</a></b> + <a href="/plt">plt</a> + <a href="/tech">tech</a> + <a href="/web">web</a> + </nav> +</div> +</header> +<main> +$body$ +</main> +</body> +</html> diff --git a/_templates/foundations.html b/_templates/foundations.html new file mode 100644 index 0000000..1eb0e8c --- /dev/null +++ b/_templates/foundations.html @@ -0,0 +1,33 @@ +<!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> + <b><a href="/math">mathematics</a></b> + <a href="/ling">linguistics</a> + <a href="/cpsc">computation</a> + </nav> + <nav> + <b><a href="/math/foundations">foundations</a></b> + <a href="/math/algebra">algebra</a> + <a href="/math/analysis">analysis</a> + </nav> +</div> +</header> +<main> +$body$ +</main> +</body> +</html> diff --git a/_templates/linguistics.html b/_templates/linguistics.html new file mode 100644 index 0000000..9355d50 --- /dev/null +++ b/_templates/linguistics.html @@ -0,0 +1,33 @@ +<!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> + <b><a href="/ling">linguistics</a></b> + <a href="/cpsc">computation</a> + </nav> + <nav> + <a href="/ling/syntax">syntax</a> + <a href="/ling/semantics">semantics</a> + <a href="/ling/pragmatics">pragmatics</a> + </nav> +</div> +</header> +<main> +$body$ +</main> +</body> +</html> diff --git a/_templates/mathematics.html b/_templates/mathematics.html new file mode 100644 index 0000000..541a9a2 --- /dev/null +++ b/_templates/mathematics.html @@ -0,0 +1,33 @@ +<!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> + <b><a href="/math">mathematics</a></b> + <a href="/ling">linguistics</a> + <a href="/cpsc">computation</a> + </nav> + <nav> + <a href="/math/foundations">foundations</a> + <a href="/math/algebra">algebra</a> + <a href="/math/analysis">analysis</a> + </nav> +</div> +</header> +<main> +$body$ +</main> +</body> +</html> 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> diff --git a/_templates/tech.html b/_templates/tech.html new file mode 100644 index 0000000..3261ec6 --- /dev/null +++ b/_templates/tech.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> + <a href="/plt">plt</a> + <b><a href="/tech">tech</a></b> + <a href="/web">web</a> + </nav> +</div> +</header> +<main> +$body$ +</main> +</body> +</html> diff --git a/_templates/web.html b/_templates/web.html new file mode 100644 index 0000000..3950e45 --- /dev/null +++ b/_templates/web.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> + <a href="/plt">plt</a> + <a href="/tech">tech</a> + <b><a href="/web">web</a></b> + </nav> +</div> +</header> +<main> +$body$ +</main> +</body> +</html> |