Apache2-WebApp-Toolkit
view release on metacpan or search on metacpan
usr/share/webapp-toolkit/index_html.tt view on Meta::CPAN
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Apache2::WebApp::Toolkit - [% project_title %]</title>
</head>
<body>
<h2>Default Index</h2>
<p>
This directory should contain your static documents, which include HTML, Javascripts, and style-sheets.
<br />
<br />
You can access your application by clicking on the link below.
<br />
<br />
<a href="[% example_uri %]">http://[% apache_domain %]/[% example_uri %]</a>
</p>
</body>
</html>
( run in 1.151 second using v1.01-cache-2.11-cpan-39bf76dae61 )