mirror of
https://github.com/adanrsantos/ThePlaceHolders.git
synced 2024-12-16 14:20:39 -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">
|
<input type="checkbox" class="form-check-input" id="exampleCheck1">
|
||||||
<label class="form-check-label" for="exampleCheck1">Show Password</label>
|
<label class="form-check-label" for="exampleCheck1">Show Password</label>
|
||||||
</div>
|
</div>
|
||||||
<button type="submit" class="btn btn-primary">Submit</button>
|
<input type="submit" class="btn btn-primary" value="Submit">
|
||||||
<div class="fs-6">
|
<div class="fs-6">
|
||||||
Don't have an account? Register <a href="register.html">here</a>.
|
Don't have an account? Register <a href="register.html">here</a>.
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue