summaryrefslogtreecommitdiffstats
path: root/app/view/auth/default.view.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/view/auth/default.view.php')
-rw-r--r--app/view/auth/default.view.php13
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>