diff options
Rearranged the project layout
Diffstat (limited to '404.html')
-rw-r--r-- | 404.html | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/404.html b/404.html deleted file mode 100644 index f6f9c15..0000000 --- a/404.html +++ /dev/null @@ -1,15 +0,0 @@ ----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>. |