summaryrefslogtreecommitdiff
path: root/src/404.html
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2021-01-21 17:22:53 -0700
committerBrian Picciano <mediocregopher@gmail.com>2021-01-21 17:22:53 -0700
commitbcf9b230be6d74c71567fd0771b31d47d8dd39c7 (patch)
tree2d0fc16142d55bbd5876ac6b8174c2857883b40e /src/404.html
parentd57fd70640948cf20eeb41b56e8d4e23e616cec0 (diff)
build the blog with nix
Diffstat (limited to 'src/404.html')
-rw-r--r--src/404.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/404.html b/src/404.html
new file mode 100644
index 0000000..7ac50a5
--- /dev/null
+++ b/src/404.html
@@ -0,0 +1,8 @@
+---
+layout: default
+---
+
+<div style="text-align: center; margin-top:5rem;">
+ <h1>404</h1>
+ <p><strong>Page not found :(</strong></p>
+</div>