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

View File

@ -1,5 +1,7 @@
<div class="row">
<div class="columns twelve">
<p>This is the home page.</p>
<p><a href="/message/new">Click here</a> to send a new message.</p>
</div>
</div>