summaryrefslogtreecommitdiff
path: root/html/app/views/welcome.php
blob: 11dd6c6bc0121ecb6d0e41dfce9f6aeae7e0ddcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title><?=SITE_TITLE?> - Welcome!</title>

    <?php   // header includes
        ////////////////////////////////////////////////////////////////////////
        Render::view('components/header_includes');
    ?>
    
</head>
<body class='classroom'>

    <?php   // top-bar
        ////////////////////////////////////////////////////////////////////////
        Render::view('components/top-bar');
    ?>

</body>
</html>