We have automatically been notified of the problem.
++ If you need to add any special information or if this error has not been resolved after a few days, contact us and report the problem. Thank you, and our apologies for the inconvenience. +
+diff --git a/app.rb b/app.rb index caf4ebea..ed71b688 100644 --- a/app.rb +++ b/app.rb @@ -22,7 +22,7 @@ before do end not_found do - slim :'not_found' + erb :'not_found' end error do @@ -39,7 +39,7 @@ error do api_error 500, 'server_error', 'there has been an unknown server error, please try again later', 500 end - slim :'error' + erb :'error' end get '/home_mockup' do diff --git a/views/about.erb b/views/about.erb index cd07be48..76bf86d3 100644 --- a/views/about.erb +++ b/views/about.erb @@ -63,28 +63,32 @@
- + + ++ If you need to add any special information or if this error has not been resolved after a few days, contact us and report the problem. Thank you, and our apologies for the inconvenience. +
++ Penelope the Neocities Cat tried very hard to locate the page you were looking for, but she couldn't find it. She's an awesome sysadmin. If she couldn't find it, it's probably not there. +
++ If you believe this to be in error, please contact us and report the problem. Thank you! +
+ + <% if request.referer %> + Go Back + <% end %> +