mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-07-15 05:40:36 -04:00
feat: buttons/links completed
This commit is contained in:
parent
bcf0be5888
commit
a719b9750e
2 changed files with 31 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue