Repos / hi.imnhan.com / f8af9a0af9
commit f8af9a0af984c774addf54b3032b6cc43ca32d76
Author: Bùi Thành Nhân <hi@imnhan.com>
Date:   Thu Oct 15 17:25:51 2020 +0700

    yakshaving the 404 page

diff --git a/content/extra/404.html b/content/extra/404.html
index 383aa86..4ccd29f 100644
--- a/content/extra/404.html
+++ b/content/extra/404.html
@@ -1,23 +1,14 @@
 <!DOCTYPE html>
 <html lang="en">
-<head>
-  <meta charset="UTF-8">
-  <title>404 Not Fun ಠ_ಠ</title>
-  <style>
-body {
-  background-color: #333;
-  color: #eee;
-}
-
-a {
-  color: #aaa;
-}
-  </style>
-</head>
-<body>
-<pre>
+  <head>
+    <meta charset="UTF-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1" />
+    <title>404 Not Fun ಠ_ಠ</title>
+  </head>
+  <body>
+    <pre>
 This page doesn't exist.
-Um, here's a dinosaur.
+Uh, here's a dinosaur.
                            .       .
                           / `.   .' \
                   .---.  <    > <    >  .---.
@@ -34,6 +25,16 @@
                   |_____|        |_____|         ~ - . _ _ _ _ _>
 
 ... Yeah. <a href="/">Move along</a>.
-</pre>
-</body>
+    </pre>
+  </body>
+
+  <style>
+    body {
+      background-color: #333;
+      color: #eee;
+    }
+    a {
+      color: #aaa;
+    }
+  </style>
 </html>