diff --git a/src/login.php b/src/login.php index 050017c..949792d 100644 --- a/src/login.php +++ b/src/login.php @@ -142,9 +142,10 @@ if(!empty($empty_fields)&&$empty_fields) echo "Enter username and password."; ?>
-

+ //Login button +

Don't have a account? SignUp.

- \ No newline at end of file + diff --git a/src/signup.php b/src/signup.php index 88fa949..7386720 100644 --- a/src/signup.php +++ b/src/signup.php @@ -172,9 +172,10 @@ if($post &&$empty_fields) echo "
Please fill all the fields completely.
"; ?>
-

+ //SignUp button +

Already have a account? LogIn.

- \ No newline at end of file + diff --git a/src/success.php b/src/success.php index 31f10f9..b417f2d 100644 --- a/src/success.php +++ b/src/success.php @@ -107,8 +107,8 @@

Logged In


Welcome user

- + //Logout button
- \ No newline at end of file +