]> Dogcows Code - chaz/p5-CGI-Ex/blobdiff - samples/app/app1/tt/header.tt
CGI::Ex 2.24
[chaz/p5-CGI-Ex] / samples / app / app1 / tt / header.tt
diff --git a/samples/app/app1/tt/header.tt b/samples/app/app1/tt/header.tt
new file mode 100644 (file)
index 0000000..b24b55d
--- /dev/null
@@ -0,0 +1,11 @@
+<html>
+<head>
+<title>[% title.html %]</title>
+<style>
+.error {
+  color:red;
+}
+</style>
+</head>
+<body>
+<h1>[% title.html %]</h1>
This page took 0.016729 seconds and 4 git commands to generate.