1
0
mirror of https://github.com/php/web-php.git synced 2026-03-28 17:22:06 +01:00
Files
archived-web-php/new/main.php3
Colin Viebrock d1b6bdd173 - added "Credits" button
- made bottom bar taller (logos and flags coming soon)
- fixed up shared.inc - moved download function to download page
1998-02-20 23:25:17 +00:00

9 lines
97 B
PHP

<?
require("shared.inc");
commonHeader("PHP3 Main Page");
?>
PHP3 is cool.
<?
commonFooter();
?>