File size: 626B
<?php
echo '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>';
echo '<title>'.$title.'</title>';
echo '<meta name="keywords" content="'.$keywords.'">';
echo '<link rel="stylesheet" href="style.css" type="text/css"/>';
echo '</head><body>';
echo "<div><div align=\"center\">";
echo "<div class=\"iblock\"><b>SeCiLeK.ML Qonaq Otaqı!</b></div>";
include"test2.php";
$saat = date('H:i');
$tarix = date('d.m.Y');
echo '<div class="gmenu"><center>Saat: '.$saat.'<br/>Tarix: '.$tarix.'</center></div>';
include"admin/xebergoster.php";
?>