3 lines
121 B
PHP
3 lines
121 B
PHP
<!DOCTYPE html>
|
|
<?php echo file_get_contents("html/header.html"); ?>
|
|
<?php echo file_get_contents("html/footer.html"); ?>
|