<?php 
require_once 'autoload.php';
$header = new Header();
?>
<html>
 <head>
  <title>   <? echo $header->sayfaHeader()->ana["title"]; ?>  </title>
  <meta name="description" content="<? echo $header->sayfaHeader()->ana["description"];  ?>" />
  <meta name="keywords" content="<? echo $header->sayfaHeader()->ana["keywords"]; ?>" />
 </head>
</html>