diff --git a/assets/404.html b/assets/404.html new file mode 100644 index 0000000..2fcdc3e --- /dev/null +++ b/assets/404.html @@ -0,0 +1,33 @@ + + + + + + 404 - Page Not Found + + + + + + + + + + +

404 - Page Not Found

+ + diff --git a/zine.ziggy b/zine.ziggy index 1fe8372..2a8bd5f 100644 --- a/zine.ziggy +++ b/zine.ziggy @@ -5,5 +5,6 @@ Site { .layouts_dir_path = "layouts", .assets_dir_path = "assets", .static_assets = [ + "404.html" ], }