mirror of
https://github.com/adanrsantos/ThePlaceHolders.git
synced 2024-12-16 12:20:37 -06:00
Fixed Submit button to logic page
This commit is contained in:
parent
61f59a36b8
commit
a759167861
|
@ -24,7 +24,7 @@
|
|||
<input type="checkbox" class="form-check-input" id="exampleCheck1">
|
||||
<label class="form-check-label" for="exampleCheck1">Show Password</label>
|
||||
</div>
|
||||
<button type="submit" class="btn btn-primary">Submit</button>
|
||||
<input type="submit" class="btn btn-primary" value="Submit">
|
||||
<div class="fs-6">
|
||||
Don't have an account? Register <a href="register.html">here</a>.
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue