summaryrefslogtreecommitdiff
path: root/404.html
blob: 1b522af45d4c131681b028618a2d4a5d115be8ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!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> 404 - page not found :-( </title>
</head>
<header>
<h1>
  <a href="https://toki.la">apropos</a>
</h1>
<div>
  <nav>
    <a href="/math">mathematics</a>
    <a href="/ling">linguistics</a>
    <a href="/cpsc">computation</a>
  </nav>
</div>
</header>
<main style="text-align: center;">
<br>
<h2 style="margin: 20px;">404</h2>
<span>Page not found</span>
</main>
</body>
</html>