summaryrefslogtreecommitdiffstats
path: root/web/html/index.php
blob: fcd57c7fd79d95b5863502191123196c7167ad0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?
include("index_po.inc");
include("aur.inc");
html_header();


print "Hi, this is worth reading!<br>\n";



html_footer("\$Id$");
?>