diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..efa1a6f Binary files /dev/null and b/.DS_Store differ diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..4aee731 --- /dev/null +++ b/.htaccess @@ -0,0 +1,3 @@ +RewriteEngine On +RewriteCond %{REQUEST_FILENAME} !-f +RewriteRule ^(.*)$ index.php \ No newline at end of file diff --git a/index.php b/index.php new file mode 100644 index 0000000..98144f3 --- /dev/null +++ b/index.php @@ -0,0 +1,23 @@ + + + + + + + + index.html + + + + +

You are loggged in now

+
+ +
+ +

Log in

+ + + + diff --git a/views/login.php b/views/login.php new file mode 100644 index 0000000..bb2ddb0 --- /dev/null +++ b/views/login.php @@ -0,0 +1,34 @@ + + + + + + + + Log in + + + + +

You are loggged in now

+
+ +
+ +

Log in:

+
+
+ +

+
+ + + +