summaryrefslogtreecommitdiff
path: root/404.html
diff options
context:
space:
mode:
authorJJ2024-09-30 04:07:43 +0000
committerJJ2024-09-30 04:07:43 +0000
commit6d34fab28c53692d9ca42a212a0a4d66d2398f81 (patch)
treef3edd4ce1f8ac981f9546e2ded3a249cdd206e25 /404.html
parent6689bda6ad50b1f54ad011c3f43cb77d6d2ec28e (diff)
meow
Diffstat (limited to '404.html')
-rw-r--r--404.html16
1 files changed, 12 insertions, 4 deletions
diff --git a/404.html b/404.html
index e046371..1b522af 100644
--- a/404.html
+++ b/404.html
@@ -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>