<?php
include "../../classes/app.class.php";
$app = new app();
?>


<div class='container flex_container'>
    <h1 class='h1_size'>CLIENTS</h1>
    <hr>
    <div class='container flex_container_content'>
        <button class='block_buttons' onclick="window.location.href='add_client.php';">ADD</button>
        <button class='block_buttons' onclick="window.location.href='search_client.php';">SEARCH</button>
    </div>
</div>