diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/view/auth/default.view.php | 13 | 
1 files changed, 13 insertions, 0 deletions
| diff --git a/app/view/auth/default.view.php b/app/view/auth/default.view.php new file mode 100644 index 0000000..8769aa2 --- /dev/null +++ b/app/view/auth/default.view.php @@ -0,0 +1,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> | 
