diff options
author | JJ | 2024-09-30 04:07:43 +0000 |
---|---|---|
committer | JJ | 2024-09-30 04:07:43 +0000 |
commit | 6d34fab28c53692d9ca42a212a0a4d66d2398f81 (patch) | |
tree | f3edd4ce1f8ac981f9546e2ded3a249cdd206e25 /404.html | |
parent | 6689bda6ad50b1f54ad011c3f43cb77d6d2ec28e (diff) |
meow
Diffstat (limited to '404.html')
-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> |