diff options
author | Francesco <tomaselli.fr@gmail.com> | 2024-04-23 16:38:35 +0200 |
---|---|---|
committer | Francesco <tomaselli.fr@gmail.com> | 2024-04-23 16:38:35 +0200 |
commit | 4d5d0708aa283cda073a0e244f721af275f153ce (patch) | |
tree | 2e8111f31b7ca883221f84a10854d26f08f34d61 /layouts/404.html | |
parent | 1ca2dbd5c8bb4cc10a023ab56d077dff9a95c101 (diff) |
Theme Update
Diffstat (limited to 'layouts/404.html')
-rw-r--r-- | layouts/404.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/404.html b/layouts/404.html index dd02979..75b031c 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -3,8 +3,8 @@ <div class="not-found"> <div> - <h1> 404 </h1> - <p> You shouldn't be here, click on the header to return to home </p> + <h1> typo? </h1> + <p> Click <a href="/"> here </a> to return to home </p> </div> </div> |