Fixed placeholders

This commit is contained in:
WilliamMiceli
2019-12-04 17:43:29 -05:00
parent fafaf9ab02
commit 65d723189c

View File

@@ -56,8 +56,8 @@
<h5>All fields allow up to 25 alphanumeric characters</h5> <h5>All fields allow up to 25 alphanumeric characters</h5>
<form action="" method="post"> <form action="" method="post">
Username&colon; <input type="text" name="signup_username" placeholder="Username"><br /> Username&colon; <input type="text" name="signup_username" placeholder="Username"><br />
First Name&colon; <input type="text" name="signup_fname" placeholder="Username"><br /> First Name&colon; <input type="text" name="signup_fname" placeholder="First Name"><br />
Last Name&colon; <input type="text" name="signup_lname" placeholder="Username"><br /> Last Name&colon; <input type="text" name="signup_lname" placeholder="Last Name"><br />
Password&colon; <input type="password" name="signup_password" placeholder="Password"><br /> Password&colon; <input type="password" name="signup_password" placeholder="Password"><br />
<br /> <br />
<input type="submit" class="button"> <input type="submit" class="button">