commit 19bd57877e57a19f53bacfe8dd2f0360ca28ac49
parent 65d5b8644ff4481b6c894c70a84083f995dff3df
Author: David Liotta <liottad6@students.rowan.edu>
Date: Fri, 14 Dec 2018 20:02:06 -0500
Merge pull request #2 from JKubach/liottad6-patch-1
Minor changes
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/website/login.php b/website/login.php
@@ -11,6 +11,10 @@ if (!empty($_GET)) {
<input type="text" name="username" placeholder="User Name">
<input type="text" name="password" placeholder="Password">
<button type="submit" name="submit">Sign In</button>
+
+<a href = "res/nope.php" target = "_blank">Forgot your password?</a>
+<br>
+<a href = "signUp.php" target = "_blank">Don't have an account?</a>
</form>
</html>