add a cat app for helping test the test lib
[scpubgit/Test-Harness-Selenium.git] / THSelenium-Test / root / index.tt
1 <html>
2   <head>
3     <title>THSelenium Root</title>
4   </head>
5   <body>
6     <p>Where would you like to go?</p>
7     <ul>
8       <li>Read some text <a href="[% c.uri_for("/basic") %]">here</a></li>
9       <li>View our fabulous echo form <a href="[% c.uri_for("/echo") %]">here</a></li>
10     </ul>
11   </body>
12 </html>