view tests/suite_08_error_error/files/500.pspx @ 72:e8b3b336e63e draft default tip

Update version.
author David Barts <n5jrn@me.com>
date Mon, 15 Jul 2019 13:17:48 -0700
parents 88adf10be709
children
line wrap: on
line source

#rem This page will be displayed when something cannot be found.
#errors 500
<!DOCTYPE html>
<html>
  <head>
    <title>${error.status_line}</title>
  </head>
  <body>
    <h1>${error.status_line}</h1>
    <p>How embarrassing! It seems there was an internal error serving
    <kbd>${request.url}</kbd></p>
  </body>
</html>