diff --git a/html/forgot.html b/html/forgot.html
index aea389d0535b546d06883a3a80c9bb407149974b..e85efa0ce472da04ec767f30ed553862c45dc32f 100644
--- a/html/forgot.html
+++ b/html/forgot.html
@@ -33,7 +33,7 @@
 
             <!-- Remind Passowrd -->
             <div id="formFooter">
-                <a class="underlineHover" href="login.html">Go back to login</a>
+                <a class="underlineHover" href="login.php">Go back to login</a>
             </div>
 
         </div>
diff --git a/html/login.php b/html/login.php
index 78484a2469aa153a17dbdeffed206b9fab67175c..de5ce4b7066368dc2a473aa9a08e580f5703b144 100644
--- a/html/login.php
+++ b/html/login.php
@@ -37,8 +37,9 @@
 
             <!-- Remind Passowrd -->
             <div id="formFooter">
-                <a class="underlineHover" href="#">Forgot Password?</a><br>
-                New to the WebShop? <a class="underlineHover" href="register.php">Join Now!</a>
+                <a class="underlineHover" href="forgot.html">Forgot Password?</a><br>
+                New to the WebShop? <a class="underlineHover" href="register.php">Join Now!</a> <br>
+                <br> or <a class="underlineHover" href="../startbootstrap-agency-gh-pages/index.php">See offers without login in</a>
             </div>
 
         </div>