aurweb/web/html/index.php
2004-06-18 00:25:15 +00:00

9 lines
190 B
PHP

<?
include_once("index_po.inc");
print _("Hello, world!")."<br/>\n";
print _("Hello, again!")."<br/>\n";
print _("Julie was here!")."<br/>\n";
print _("Abernathy was here!")."<br/>\n";
?>