<?php
include "db.class.php";



class app
{



    function __construct()
    {

?>

        <head>
            <link rel="stylesheet" href="../../styles/styles.css">
        </head>

<?php
    }
}
