From 0813eab38fdacf9087efb36263acff87cff62fe4 Mon Sep 17 00:00:00 2001 From: heighn23 <Ignacio.Hernandez_de_la_fuente@Student.Reutlingen-University.DE> Date: Thu, 11 Jan 2024 19:06:56 +0100 Subject: [PATCH] stuff --- html/forgot.html | 2 +- html/login.php | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/html/forgot.html b/html/forgot.html index aea389d..e85efa0 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 78484a2..de5ce4b 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> -- GitLab