diff --git a/logic/login.php b/logic/login.php
index e69de29..a516af0 100644
--- a/logic/login.php
+++ b/logic/login.php
@@ -0,0 +1,39 @@
+
\ No newline at end of file
diff --git a/logic/messages.php b/logic/messages.php
new file mode 100644
index 0000000..214dbdc
--- /dev/null
+++ b/logic/messages.php
@@ -0,0 +1,23 @@
+'. $string . '';
+}
+
+function backToPreviusPage($secs, $linkPage) {
+ return '
Coming back to the previous page in ' . $secs . ' seconds' .
+
+ '';
+
+}
+
+?>
\ No newline at end of file
diff --git a/logic/register.php b/logic/register.php
index e69de29..85e835b 100644
--- a/logic/register.php
+++ b/logic/register.php
@@ -0,0 +1,47 @@
+
\ No newline at end of file
diff --git a/logic/sanitize.php b/logic/sanitize.php
new file mode 100644
index 0000000..6d4cd4b
--- /dev/null
+++ b/logic/sanitize.php
@@ -0,0 +1,20 @@
+
\ No newline at end of file
diff --git a/login.html b/login.html
index 39f18e2..adb32df 100644
--- a/login.html
+++ b/login.html
@@ -7,7 +7,6 @@
Log in
-
@@ -18,11 +17,14 @@