move the test app into the examples directory
[scpubgit/Test-Harness-Selenium.git] / examples / THSelenium-Test / root / index.tt
CommitLineData
4e138785 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>