<?php

include "classes/html.class.php";
$html = new html("Lowveld Nuts");
?>

<div class="center_screen">
    <?php
    $html->block('silo_dashboard.php', "SILO");
    $html->block('bin_dashboard.php', "DRYING BINS");

    ?>
</div>