<?php

ob_start();
include_once './include/include_class.php';
$loginInclude = new IncludeClass();
$loginInclude->login_include();
?>
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
    <head>
    <meta charset="UTF-8">
    <title>Giriş Yapınız</title>
    <?php 
$bootsrap = new Bootstrap();
$bootsrap->index_vb();
$bootsrap->login_vb();
?>
</head>
<body>
    <?php 
$header = new Header();
$header->setKey('Yet');
$header->kokSayfa_header();
?>
    <div class = "container">
	<div class="wrapper">