Adjusted styling on signup form

This commit is contained in:
2024-01-01 22:33:49 +00:00
parent b1a22cb7bd
commit efdd918a9f
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
<input type="text" id="username" name="username" placeholder="Username" required>
<input type="email" id="email" name="email" placeholder="Email Address" required>
<input type="password" id="password" name="password" minlength=8 placeholder="Password" required>
<input type="submit" id="login" value="Login">
<input type="submit" id="Sign Up" value="Sign Up">
</form>
<div id="create-account-wrap">
<p>Already have an account? <a href="login">Login</a><p>