5 lines
87 B
PHP
5 lines
87 B
PHP
<?php include "header.php"; ?>
|
|
|
|
<?php echo "Test123" ?>
|
|
|
|
<?php include "footer.php"; ?>
|