commit 25ae8dc87d53052b99240c1b4fe75425000ebe18
parent ac9c827a5d030c3cdda83f1116149756385b6802
Author: David Liotta <liottad6@students.rowan.edu>
Date: Sun, 16 Dec 2018 18:33:49 -0500
Minor formatting change
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/login.php b/website/login.php
@@ -11,7 +11,7 @@ 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>
-
+<br>
<a href = "res/nope.php" target = "_blank">Forgot your password?</a>
<br>
<a href = "signUp.php" target = "_blank">Don't have an account?</a>