Mercurial > cgi-bin > hgweb.cgi > tincan
view tests/suite_11_hidden/files/hidden.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 is hidden, so should not have a route made for it. #hidden <!DOCTYPE html> <html> <head> <title>Hello (Hidden)</title> </head> <body> <h1>Hello, World (Hidden)</h1> <p>This page was called on the route ${page.request.environ['PATH_INFO']}.</p> </body> </html>