mirror of
https://github.com/php/web-php.git
synced 2026-03-31 11:42:09 +02:00
9 lines
92 B
PHP
9 lines
92 B
PHP
<?php require("header.inc"); ?>
|
|
|
|
<h1></h1>
|
|
<ul>
|
|
<li>
|
|
</ul>
|
|
|
|
<?php require("footer.inc"); ?>
|