5 lines
79 B
PHP
5 lines
79 B
PHP
<?php
|
|
include 'header.php';
|
|
echo "<h1>Test Page</h1>";
|
|
include 'footer.php';
|
|
?>
|