view tests/suite_02a_good_errors/files/good_errors.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 test the case without any explicit error number
#errors
<!DOCTYPE html>
<html>
  <head>
    <title>${error.status_line}</title>
  </head>
  <body>
    <h1>${error.status_line}</h1>
<pre>I/O, I/O, it’s off to disk I go!
You typed some junk,
and now it’s stunk.
I/O, I/O!
</pre>
    <p>It seems the resource at <kbd>${request.url}</kbd> can not be found.</p>
  </body>
</html>