FaZeBookSocialNetwork / www / view / index_login.php
index_login.php
Raw
<!DOCTYPE html>
<html>
<head>
    <?php include(__DIR__.'/head.php'); ?>
    <link rel="stylesheet" type="text/css" href="css/style_login.css">
</head>
<body>
    <main class="container-fluid col-sm-12">
        <?= $variables['pageContent'] ?>
    </main>

    <footer> 
        <?php include(__DIR__.'/footer.php'); ?>
    </footer>
</body>