diff options
-rw-r--r-- | layouts/404.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/404.html b/layouts/404.html index a1790df..7249c96 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -4,7 +4,7 @@ <div> <h1> typo? </h1> - <p> Click <a href="/">here</a> to return to home </p> + <p> Click <a href="/">here</a> to return home </p> </div> </div> |