source code for html website at https://zachdecook.com
-rw-r--r--404.md20
-rwxr-xr-xscript.sh2
2 files changed, 22 insertions, 0 deletions
diff --git a/404.md b/404.md
new file mode 100644
index 0000000..fc782a5
--- /dev/null
+++ b/404.md
@@ -0,0 +1,20 @@
+<link rel="stylesheet" type="text/css" href="https://zachdecook.com/shared/mvp/mvp-dark.css"/>
+<link rel="stylesheet" type="text/css" href="../index2.css"/>
+
+<nav>
+
+* [**Homepage**](https://zachdecook.com)
+
+</nav>
+
+# 404
+
+### That's an HTTP error code
+
+#### Something was not found.
+
+You may be comforted to know that Zach can be contacted
+easily through email: <zachdecook@librem.one>.
+
+Really, tell him what you think of this error page, or what
+you expected to see here...
diff --git a/script.sh b/script.sh
index fdd11bf..8491baf 100755
--- a/script.sh
+++ b/script.sh
@@ -1,3 +1,5 @@
#!/bin/bash
pandoc -f commonmark index.md -t html5 -s > index.html
+mkdir -p 404
+pandoc -f commonmark 404.md -t html5 -s > 404/index.html