Mercurial > cgi-bin > hgweb.cgi > tincan
annotate tests/suite_14_bad_template/files/garbage2.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 Refers to a #template that's pure garbage. |
2 #template garbage.pspx | |
3 <!-- This will be ignored --> | |
4 <!DOCTYPE html> | |
5 <html> | |
6 <head> | |
7 <title>Hello</title> | |
8 </head> | |
9 <body> | |
10 <h1>Hello Again, World</h1> | |
11 <p>The current time on the server is ${time}.</p> | |
12 </body> | |
13 </html> |