1
0
mirror of https://github.com/php/web-php.git synced 2026-03-24 07:12:16 +01:00
Files
archived-web-php/menu.php3
1997-11-03 22:04:34 +00:00

15 lines
374 B
PHP

<?
include "auth.inc";
?>
<html><head><title>Professional Home Pages 3.0</title>
<? $title="Professional Home Pages 3.0";
include "header"; ?>
<ul>
<li><a href="download.php3">Download!</a>
<li><a href="config.php3">Configure online</a> (JavaScript required)
</ul>
<hr width="80%">
<font size=-2>All Rights Reserved &copy PHP 3.0 Development Team</font>
</body>
</html>