summaryrefslogtreecommitdiffstats
path: root/app/view/auth/default.view.php
blob: 8769aa27fe44e25ea00f59ba60a7c1aa4a82338d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>

<html lang="en">
    <head>
        <?php include "view/common/head.view.php"; ?>
        <title>Scrott - Login</title>
    </head>

    <body>
        <?php include "view/common/topp.view.php"; ?>
        <?php include "view/common/foot.view.php"; ?>
    </body>
</html>