<?php
include $_SERVER['DOCUMENT_ROOT']."/classes/autoload.php";

$html = new html("");

$app = new inner_app();
$app->quick_bar();
$app->app_start();


?>



