feat: buttons/links completed

This commit is contained in:
Smigz 2023-11-07 11:04:59 -05:00
parent bcf0be5888
commit a719b9750e
2 changed files with 31 additions and 2 deletions

View file

@ -21,7 +21,7 @@
</div>
<div class="form">
<h1 class="call-to-action">Sign up today!</h1>
<form action="" method="#">
<form action="post" method="#">
<div class="form-input">
<label for="name">NAME</label>
<input type="text" name="name" id="name"required>
@ -42,7 +42,8 @@
<div class="error"></div>
</div>
<div class="form-button">
<button type="submit">Sign Up</button>
<button type="#">Create Account</button>
<p>Already have an account? <a href="#">Log in</a></p>
</div>
</form>
</div>