diff options
-rw-r--r-- | 404.html | 16 |
1 files changed, 12 insertions, 4 deletions
@@ -1,7 +1,13 @@ ---- -layout: default -title: 404 ---- +<!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> @@ -19,3 +25,5 @@ title: 404 <h2 style="margin: 20px;">404</h2> <span>Page not found</span> </main> +</body> +</html> |