move 404.html to static/
authorAmin Bandali <bandali@gnu.org>
Sun, 5 Jan 2020 04:47:23 +0000 (23:47 -0500)
committerAmin Bandali <bandali@gnu.org>
Sun, 5 Jan 2020 04:47:23 +0000 (23:47 -0500)
404.html [deleted file]
static/404.html [new file with mode: 0644]

diff --git a/404.html b/404.html
deleted file mode 100644 (file)
index 778659e..0000000
--- a/404.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-  <head>
-    <meta charset="utf-8" />
-    <meta name=viewport content="width=device-width, initial-scale=1" />
-    <title>404 Not Found</title>
-    <link rel="stylesheet" href="/style.css" />
-  </head>
-  <body>
-    <main>
-      <nav><a href="/">bandali.eu.org</a></nav>
-      <h1>404</h1>
-      <p>
-        Sorry, that page doesn’t exist.
-      </p>
-    </main>
-  </body>
-</html>
diff --git a/static/404.html b/static/404.html
new file mode 100644 (file)
index 0000000..ca2de28
--- /dev/null
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8" />
+    <meta name=viewport content="width=device-width, initial-scale=1" />
+    <title>404 Not Found</title>
+    <link rel="stylesheet" href="/style.css" />
+  </head>
+  <body>
+    <main>
+      <nav><a href="/">bndl.org</a></nav>
+      <h1>404</h1>
+      <p>
+        Sorry, that page doesn’t exist.
+      </p>
+    </main>
+  </body>
+</html>