Размер файла: 536B
<?php
$key = "чат";
$desc = "чат";
// ///////////////////////////////////////////////////////
echo '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://php-studio.tk">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<meta name="keywords" content=' . $key . '>
<meta name="description" content=' . $desc . '>';
echo '<title>' . $title . '</title>';
echo '<link href="../styles/default/style.css" rel="stylesheet" type="text/css">';
echo '</head>';
echo '<body>';
?>