]> Dogcows Code - chaz/p5-CGI-Ex/blob - samples/app/app1/tt/header.tt
CGI::Ex 2.24
[chaz/p5-CGI-Ex] / samples / app / app1 / tt / header.tt
1 <html>
2 <head>
3 <title>[% title.html %]</title>
4 <style>
5 .error {
6 color:red;
7 }
8 </style>
9 </head>
10 <body>
11 <h1>[% title.html %]</h1>
This page took 0.029615 seconds and 4 git commands to generate.