Added a 404 error page; added some more linking between the pages

This commit is contained in:
2024-07-07 18:37:59 -04:00
parent e5022c5624
commit df53c44201
4 changed files with 20 additions and 0 deletions

5
views/error/404.erb Normal file
View File

@ -0,0 +1,5 @@
<p>This page does not exist.</p>
<p>If you're looking for a message, it's possible that it has already been viewed and subsequently deleted.</p>
<p>If you would like to send a new message, head <a href="/">back home</a> to get started.</p>