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