it mostly works!

This commit is contained in:
Reid 2025-05-12 23:33:52 -07:00
parent 76543fd220
commit 44cd13f10c
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
52 changed files with 879 additions and 396 deletions

3
views/error.handlebars Normal file
View file

@ -0,0 +1,3 @@
<h2 class="error">{{status}}</h2>
<p><samp class="wrap">{{message}}</samp></p>
<p>would you like to <a href="/">go back to the main page?</a></p>