Просмотр файла head.php

Размер файла: 385B
<?php
echo '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">';
echo '<html>';
echo '<head>';
echo '<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />';
echo '<title>GSFAN.H2M.RU</title>';
echo '<link href="themes/green/style.css" rel="stylesheet" type="text/css" />';
echo '</head>';
echo '<body>';

?>