survey_seahorse

Software Engineering Project - Fall 2018
Log | Files | Refs | README

commit 7de99ce7b155d792aa4a5bd604ae05c95934f6c4
parent 6811a8294428b752bf01be5794208c2390eb1bae
Author: Andrew <andreww107@gmail.com>
Date:   Sun, 16 Dec 2018 20:53:33 -0500

Update signup.php

CSS edits
Diffstat:
Mwebsite/signup.php | 12+++++-------
1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/website/signup.php b/website/signup.php @@ -1,11 +1,9 @@ <html> -<h2> Signup </h2> <form class="signup-form" action="res/register.php" method="POST"> - -<input type="text" name="email" placeholder="Email"> -<input type="text" name="username" placeholder="User Name"> -<input type="password" name="password" placeholder="Password"> -<button type="submit" name="submit">Sign Up</button> - + <h2> Signup </h2> + <input type="text" name="email" placeholder="Email"> + <input type="text" name="username" placeholder="User Name"> + <input type="password" name="password" placeholder="Password"> + <button type="submit" name="submit">Sign Up</button> </form> </html>