aboutsummaryrefslogtreecommitdiffstats
path: root/src/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/404.html')
-rw-r--r--src/404.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/404.html b/src/404.html
new file mode 100644
index 0000000..f6f9c15
--- /dev/null
+++ b/src/404.html
@@ -0,0 +1,15 @@
+---json
+{
+"layout": "base",
+"title": "File Not Found",
+"permalink": "404.html",
+"eleventyExcludeFromCollections": true
+}
+---
+<style>
+h1 { color: red; }
+</style>
+
+<h1>ERROR: 404</h1>
+<p @text="title"></p>
+Go <a href="/">home</a>.