Mercurial > cgi-bin > hgweb.cgi > tincan
annotate 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 |
rev | line source |
---|---|
71 | 1 #rem This page will be displayed when something cannot be found. |
2 #errors 500 | |
3 <!DOCTYPE html> | |
4 <html> | |
5 <head> | |
6 <title>${error.status_line}</title> | |
7 </head> | |
8 <body> | |
9 <h1>${error.status_line}</h1> | |
10 <p>How embarrassing! It seems there was an internal error serving | |
11 <kbd>${request.url}</kbd></p> | |
12 </body> | |
13 </html> |