aurweb/web/html/index.php

12 lines
135 B
PHP

<?
include("index_po.inc");
include("aur.inc");
html_header();
print "Hi, this is worth reading!<br>\n";
html_footer("\$Id$");
?>