diff options
Diffstat (limited to 'src/404.html')
| -rw-r--r-- | src/404.html | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/src/404.html b/src/404.html index f6f9c15..372edc1 100644 --- a/src/404.html +++ b/src/404.html @@ -1,13 +1,7 @@ ----json -{ -"layout": "base", -"title": "File Not Found", -"permalink": "404.html", -"eleventyExcludeFromCollections": true -} ---- <style> -h1 { color: red; } + h1 { + color: red; + } </style> <h1>ERROR: 404</h1> |
