mirror of
https://github.com/php/web-php.git
synced 2026-03-30 03:02:13 +02:00
9 lines
97 B
PHP
9 lines
97 B
PHP
<?
|
|
require("shared.inc");
|
|
commonHeader("PHP3 Main Page");
|
|
?>
|
|
PHP3 is cool.
|
|
<?
|
|
commonFooter();
|
|
?>
|