index.php
<?php
echo("<!DOCTYPE html>");
echo("<html lang=\"ru\">");
include "header.php";
include "body.php";
echo("</html>");
?>
<?php
echo("<!DOCTYPE html>");
echo("<html lang=\"ru\">");
include "header.php";
include "body.php";
echo("</html>");
?>