mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-14 02:16:19 +01:00
Modified register page to interact with the backend
This commit is contained in:
parent
d3f9240ba4
commit
9a10708307
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
<lottie-player style="display: -webkit-box;-webkit-box-pack: center;" autoplay background="transparent" class="icon" loop speed="1"
|
||||
src="https://assets10.lottiefiles.com/datafiles/JAmX1SNojoncImC/data.json"></lottie-player>
|
||||
<div class="card-body">
|
||||
<form class="px-4 py-3" action="api/register" method="POST">
|
||||
<form class="px-4 py-3" action="register" method="POST">
|
||||
<div class="form-group">
|
||||
<input class="form-control input-sm text-center" id="first_name" name="first_name"
|
||||
placeholder="First Name" type="text">
|
||||
|
@ -43,7 +43,7 @@
|
|||
<button class="btn btn-register btn-primary" type="submit" >Register</button>
|
||||
<br style="display: block;content: ' '; margin: 1vw 0; line-height: 1vw;">
|
||||
<div class="hoversignin-1 text-center">
|
||||
<a href="login.html">Already have an account ?? Click here to Sign In !!</a>
|
||||
<a href="login">Already have an account ?? Click here to Sign In !!</a>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue